Skip to content

Commit

Permalink
Bump version: 0.2.8dev → 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 12, 2019
1 parent 83e58bc commit a2a5c65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.8dev
current_version = 0.2.8
commit = True
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion python/sdss_access/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
else:
config = yaml.load(ff)

__version__ = '0.2.8dev'
__version__ = '0.2.8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys

NAME = 'sdss-access'
VERSION = '0.2.8dev'
VERSION = '0.2.8'
RELEASE = 'dev' in VERSION


Expand Down

0 comments on commit a2a5c65

Please sign in to comment.