From dc444397ddc30d2457ef86da0b08b4b8964a286a Mon Sep 17 00:00:00 2001 From: Brian Cherinka Date: Fri, 30 Mar 2018 14:43:16 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.3dev=20=E2=86=92=202.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- python/marvin/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bce0d42b4..a01cf6ff2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.3dev +current_version = 2.2.3 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? diff --git a/python/marvin/__init__.py b/python/marvin/__init__.py index dc6af4b9e..e889c8d37 100644 --- a/python/marvin/__init__.py +++ b/python/marvin/__init__.py @@ -14,7 +14,7 @@ from collections import OrderedDict # Set the Marvin version -__version__ = '2.2.3dev' +__version__ = '2.2.3' # try: # from marvin.version import get_version # except ImportError as e: diff --git a/setup.py b/setup.py index abe5c5615..d0dc26a04 100644 --- a/setup.py +++ b/setup.py @@ -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.3dev' +VERSION = '2.2.3' RELEASE = 'dev' not in VERSION