From a2a5c65afb2cf27ea9ae00fd9de013140fe01f31 Mon Sep 17 00:00:00 2001 From: Brian Cherinka Date: Tue, 12 Nov 2019 15:04:02 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.8dev=20=E2=86=92=200.2.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- python/sdss_access/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3de21d8..ba26952 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.8dev +current_version = 0.2.8 commit = True tag = False tag_name = {new_version} diff --git a/python/sdss_access/__init__.py b/python/sdss_access/__init__.py index d27aa57..a5fcc3d 100644 --- a/python/sdss_access/__init__.py +++ b/python/sdss_access/__init__.py @@ -39,4 +39,4 @@ else: config = yaml.load(ff) -__version__ = '0.2.8dev' +__version__ = '0.2.8' diff --git a/setup.py b/setup.py index 7fb7c19..7f786f1 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ import sys NAME = 'sdss-access' -VERSION = '0.2.8dev' +VERSION = '0.2.8' RELEASE = 'dev' in VERSION