We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735a627 commit 729dd74Copy full SHA for 729dd74
henchman/__init__.py
@@ -11,4 +11,4 @@
11
12
__author__ = '''Feature Labs Team'''
13
__email__ = 'team@featurelabs.com'
14
-__version__ = '0.0.2'
+__version__ = '0.0.3'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.2
+current_version = 0.0.3
3
commit = True
4
tag = True
5
0 commit comments