Skip to content

Commit 594b9fe

Browse files
committed
Move to new minor release
1 parent 6f52641 commit 594b9fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.3
2+
current_version = 3.1.0b1
33

44
[bumpversion:file:setup.py]
55
search = __version__ = '{current_version}'

setup.py

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

1818
warnings.filterwarnings('ignore', 'Unknown distribution option')
1919

20-
__version__ = '3.0.3'
20+
__version__ = '3.1.0b1'
2121

2222
readme = open('README.md').read()
2323

0 commit comments

Comments
 (0)