We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1f7a1 commit af28444Copy full SHA for af28444
rawtools/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Tim Parker"""
4
__email__ = 'tim.parkerd@gmail.com'
5
-__version__ = '0.1.0'
+__version__ = '0.1.1'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.0
+current_version = 0.1.1
commit = True
tag = True
@@ -18,9 +18,7 @@ universal = 1
18
exclude = docs
19
20
[aliases]
21
-# Define setup.py command aliases here
22
test = pytest
23
24
[tool:pytest]
25
collect_ignore = ['setup.py']
26
-
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.0',
+ version='0.1.1',
51
zip_safe=False,
52
)
0 commit comments