Skip to content

Commit f35789e

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent e73d12b commit f35789e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(3, 11),
2525
(3, 12),
2626
]
27-
USE_SCM_VERSION = {"fallback_version": "0.1.1"}
27+
USE_SCM_VERSION = {"fallback_version": "0.1.2"}
2828

2929

3030
###############################################################################

src/zorg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = "Bryan M Bugyi"
44
__email__ = "[email protected]"
5-
__version__ = "0.1.1"
5+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)