Skip to content

Commit 1b55c5b

Browse files
Bump version: 0.4.0 → 0.5.0
1 parent d4ebdd7 commit 1b55c5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rawtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Tim Parker"""
44
__email__ = 'tim.parkerd@gmail.com'
5-
__version__ = '0.4.0'
5+
__version__ = '0.5.0'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
test_suite='tests',
6767
tests_require=test_requirements,
6868
url='https://github.com/Topp-Roots-Lab/python-rawtools',
69-
version='0.4.0',
69+
version='0.5.0',
7070
zip_safe=False,
7171
)

0 commit comments

Comments
 (0)