diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b9bf39e..25a7505 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.5.4 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 633dcfd..27301f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ year = u'2017' author = u'Thomas Milliman' copyright = '{0}, {1}'.format(year, author) -version = release = u'0.5.3' +version = release = u'0.5.4' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index 2df793a..61d8351 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(*names, **kwargs): setup( name='vegindex', - version='0.5.3', + version='0.5.4', license='MIT', description='Python tools for generating vegetation index timeseries from PhenoCam images.', long_description='%s\n%s' % ( diff --git a/src/vegindex/__init__.py b/src/vegindex/__init__.py index 849a3d9..6b5f18c 100644 --- a/src/vegindex/__init__.py +++ b/src/vegindex/__init__.py @@ -2,7 +2,7 @@ __author__ = """Thomas Milliman""" __email__ = 'thomas.milliman@unh.edu' -__version__ = '0.5.3' +__version__ = '0.5.4' import os