We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b69dc commit 4aacceeCopy full SHA for 4aaccee
rawtools/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Tim Parker"""
4
__email__ = 'tim.parkerd@gmail.com'
5
-__version__ = '0.1.2'
+__version__ = '0.1.3'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.2
+current_version = 0.1.3
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.2',
+ version='0.1.3',
51
zip_safe=False,
52
)
0 commit comments