Skip to content

Commit 25dab43

Browse files
committed
bump version
1 parent e08d044 commit 25dab43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

InvoiceGenerator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 0)
1+
VERSION = (1, 2, 0)
22

33
__version__ = VERSION
44
__versionstr__ = '.'.join(map(str, VERSION))

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[zest.releaser]
22
python-file-with-version = InvoiceGenerator/__init__.py
3-
current_version = 1.1.0
3+
current_version = 1.2.0
44
commit = True
55
tag = True
66

0 commit comments

Comments
 (0)