diff --git a/setup.cfg b/setup.cfg index 4c080f4..4852417 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.0.1 commit = True tag = True diff --git a/setup.py b/setup.py index 2d3b070..7783029 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name='spectrify', - version='3.0.0', + version='3.0.1', description="Tools for working with Redshift Spectrum.", long_description=readme + '\n\n' + history, author="The Narrativ Company, Inc.", diff --git a/spectrify/__init__.py b/spectrify/__init__.py index d68efbd..eb1fc09 100644 --- a/spectrify/__init__.py +++ b/spectrify/__init__.py @@ -4,4 +4,4 @@ __author__ = """The Narrativ Company, Inc.""" __email__ = 'engineering@narrativ.com' -__version__ = '3.0.0' +__version__ = '3.0.1'