Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 8d5bd85

Browse files
committed
Bump version: 0.5.0 → 0.5.1
1 parent 5ee900d commit 8d5bd85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.5.0
2+
current_version = 0.5.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name='Wub',
34-
version='0.5.0',
34+
version='0.5.1',
3535
description="Tools and software components developed by the ONT Applications group.",
3636
long_description=readme,
3737
author="ONT Applications Group",

wub/__init__.py

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

33
__author__ = 'ONT Applications Group'
44
__email__ = '[email protected]'
5-
__version__ = '0.5.0'
5+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)