We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce4032 commit f55d7ceCopy full SHA for f55d7ce
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.5dev
+current_version = 0.2.5
3
commit = True
4
tag = False
5
tag_name = {new_version}
python/sdss_access/__init__.py
@@ -31,6 +31,6 @@
31
config = yaml.load(ff)
32
33
34
-__version__ = '0.2.5dev'
+__version__ = '0.2.5'
35
36
setup.py
@@ -15,7 +15,7 @@
15
import sys
16
17
NAME = 'sdss-access'
18
-VERSION = '0.2.5dev'
+VERSION = '0.2.5'
19
RELEASE = 'dev' in VERSION
20
21
0 commit comments