Skip to content

Commit 031f325

Browse files
committed
Bump version: 0.5.0 → 0.5.1
1 parent 6856338 commit 031f325

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup
66

7-
__version__ = '0.5.0'
7+
__version__ = '0.5.1'
88

99

1010
def package_data(pkg, roots):

0 commit comments

Comments
 (0)