Skip to content

Commit

Permalink
Bump version: 2.2.4 → 2.2.5dev
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Apr 5, 2018
1 parent e6d6dc5 commit 56c182b
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.4
current_version = 2.2.5dev
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 @@ -14,7 +14,7 @@
from collections import OrderedDict

# Set the Marvin version
__version__ = '2.2.4'
__version__ = '2.2.5dev'
# 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 @@ -75,7 +75,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.4'
VERSION = '2.2.5dev'
RELEASE = 'dev' not in VERSION


Expand Down

0 comments on commit 56c182b

Please sign in to comment.