Skip to content

Commit

Permalink
Bump version: 2.2.2dev → 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Feb 25, 2018
1 parent 22141d2 commit e42bdeb
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 = 2.2.2dev
current_version = 2.2.2
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion python/marvin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from distutils.version import StrictVersion

# Set the Marvin version
__version__ = '2.2.2dev'
__version__ = '2.2.2'
# try:
# from marvin.version import get_version
# except ImportError as e:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def remove_args(parser):

NAME = 'sdss-marvin'
# do not use x.x.x-dev. things complain. instead use x.x.xdev
VERSION = '2.2.2dev'
VERSION = '2.2.2'
RELEASE = 'dev' not in VERSION


Expand Down

0 comments on commit e42bdeb

Please sign in to comment.