We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637c59e commit 6eee51fCopy full SHA for 6eee51f
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 0.0.4
3
commit = True
4
tag = True
5
setup.py
@@ -6,7 +6,7 @@
6
setuptools.setup(
7
name='konfug',
8
py_modules=['konfug'],
9
- version='0.0.3',
+ version='0.0.4',
10
description='The configuration source for all your projects',
11
author='Sergio Pulgarin',
12
license='BSD',
0 commit comments