We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c49ce9 commit 07b2ef5Copy full SHA for 07b2ef5
rawtools/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Tim Parker"""
4
__email__ = 'tim.parkerd@gmail.com'
5
-__version__ = '0.1.3'
+__version__ = '0.1.4'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.3
+current_version = 0.1.4
commit = True
tag = True
setup.py
@@ -47,6 +47,6 @@
47
test_suite='tests',
48
tests_require=test_requirements,
49
url='https://github.com/tparkerd/python-rawtools',
50
- version='0.1.3',
+ version='0.1.4',
51
zip_safe=False,
52
)
0 commit comments