We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cada17 commit 6943491Copy full SHA for 6943491
rawtools/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Tim Parker"""
4
__email__ = 'tim.parkerd@gmail.com'
5
-__version__ = '0.2.0'
+__version__ = '0.3.0'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.2.0
+current_version = 0.3.0
commit = True
tag = True
setup.py
@@ -66,6 +66,6 @@
66
test_suite='tests',
67
tests_require=test_requirements,
68
url='https://github.com/tparkerd/python-rawtools',
69
- version='0.2.0',
+ version='0.3.0',
70
zip_safe=False,
71
)
0 commit comments