Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamsk committed Aug 27, 2022
1 parent f9d4045 commit 3c26e60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
commit = True
tag = True
sign_tags = True

[bumpversion:file:pyproject.toml]
search =
search =
name = "cookiecutter-pypackage"
version = "{current_version}"
replace =
replace =
name = "cookiecutter-pypackage"
version = "{new_version}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cookiecutter-pypackage"
version = "0.1.1"
version = "0.2.0"
description = "Cookiecutter template for a Python package"
license = "BSD-3-Clause"
authors = ["Mike Perov <mishamsk@gmail.com>"]
Expand Down

0 comments on commit 3c26e60

Please sign in to comment.