Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Jul 14, 2024
1 parent e08d044 commit 25dab43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InvoiceGenerator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0)
VERSION = (1, 2, 0)

__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[zest.releaser]
python-file-with-version = InvoiceGenerator/__init__.py
current_version = 1.1.0
current_version = 1.2.0
commit = True
tag = True

Expand Down

0 comments on commit 25dab43

Please sign in to comment.