Skip to content

Commit

Permalink
Release/09 10 2022 (#29)
Browse files Browse the repository at this point in the history
* Fixing bug

* "Bump version: 0.2.0 -> 0.2.1"
  • Loading branch information
royreznik authored Oct 9, 2022
1 parent 6fe29f8 commit 40263e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
tag_message = "Bump version: {current_version} -> {new_version}"
message = "Bump version: {current_version} -> {new_version}"
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion plz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .plz_cli import cli

__version__ = "__version__ = "0.2.0""
__version__ = "0.2.1"


__all__ = ["cli", "__version__"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DEPENDENCIES = Path("requirements.in").read_text().splitlines()

__version__ = "0.2.0"
__version__ = "0.2.1"

readme = Path("README.md").read_text("UTF-8")

Expand Down

0 comments on commit 40263e0

Please sign in to comment.