We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f52641 commit 594b9feCopy full SHA for 594b9fe
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.3
+current_version = 3.1.0b1
3
4
[bumpversion:file:setup.py]
5
search = __version__ = '{current_version}'
setup.py
@@ -17,7 +17,7 @@
17
18
warnings.filterwarnings('ignore', 'Unknown distribution option')
19
20
-__version__ = '3.0.3'
+__version__ = '3.1.0b1'
21
22
readme = open('README.md').read()
23
0 commit comments