Skip to content

Commit f55d7ce

Browse files
committed
Bump version: 0.2.5dev → 0.2.5
1 parent 8ce4032 commit f55d7ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 0.2.5dev
2+
current_version = 0.2.5
33
commit = True
44
tag = False
55
tag_name = {new_version}

python/sdss_access/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
config = yaml.load(ff)
3232

3333

34-
__version__ = '0.2.5dev'
34+
__version__ = '0.2.5'
3535

3636

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616

1717
NAME = 'sdss-access'
18-
VERSION = '0.2.5dev'
18+
VERSION = '0.2.5'
1919
RELEASE = 'dev' in VERSION
2020

2121

0 commit comments

Comments
 (0)