Skip to content

Commit

Permalink
Bump version: 0.5.11 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floschl committed Aug 13, 2023
1 parent 8aae4ea commit fd1b20a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pysamosa/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# see http://semver.org/
__version__ = "0.5.11"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.11
current_version = 1.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
tests_require=test_requirements,
ext_modules=extensions,
url="https://github.com/floschl/pysamosa",
version="0.5.11",
version="1.0.0",
zip_safe=False,
setup_requires=[],
)

0 comments on commit fd1b20a

Please sign in to comment.