Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schoennenbeck committed May 24, 2022
1 parent 1d171d9 commit 8e6c3f9
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.1.0
current_version = 0.2.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion dist_truncate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from dist_truncate.truncate import truncated

__version__ = "0.1.0"
__version__ = "0.2.0"
rv_continuous.truncated = property(truncated)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="dist-truncate",
version="0.1.0",
version="0.2.0",
author="Sebastian Schönnenbeck",
author_email="schoennenbeck@gmail.com",
url="https://github.com/schoennenbeck/dist-truncate",
Expand Down

0 comments on commit 8e6c3f9

Please sign in to comment.