Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Roland committed Feb 27, 2022
1 parent 1ae07c3 commit e7aadf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Your next Python package needs a bleeding-edge project structure.
## TL;DR

```bash
cookiecutter gh:JensRoland/python-package-template --checkout v1.1.1
cookiecutter gh:JensRoland/python-package-template --checkout v1.2.0
```

## Credit, Improvements & TODOs
Expand Down Expand Up @@ -95,7 +95,7 @@ pip install -U cookiecutter
then go to a directory where you want to create your project and run:

```bash
cookiecutter gh:JensRoland/python-package-template --checkout v1.1.1
cookiecutter gh:JensRoland/python-package-template --checkout v1.2.0
```

### Input variables
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python-package-template"
version = "1.1.1"
version = "1.2.0"
description = "Cookiecutter template for Python cli/packages"
readme = "README.md"
authors = ["Jens Roland <[email protected]>"]
Expand Down

0 comments on commit e7aadf6

Please sign in to comment.