diff --git a/.bumpversion.cfg b/.bumpversion.cfg index be7c6bd..9c346c7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.8-dev +current_version = 0.5.8 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/docs/source/conf.py b/docs/source/conf.py index 288b8c2..61aed03 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '0.5.8-dev' +release = '0.5.8' # The short X.Y version. parsed_version = re.match( diff --git a/src/pyctd/__init__.py b/src/pyctd/__init__.py index c40a03c..01a405a 100755 --- a/src/pyctd/__init__.py +++ b/src/pyctd/__init__.py @@ -21,7 +21,7 @@ __all__ = ['update', 'query', 'set_connection', 'set_mysql_connection'] -__version__ = '0.5.8-dev' +__version__ = '0.5.8' __title__ = 'PyCTD' __description__ = 'Importing and querying CTD'