Skip to content

Commit

Permalink
Bump version: 0.5.3 → 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilliman committed Apr 4, 2019
1 parent 3e791e9 commit be3a17b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.3
current_version = 0.5.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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 = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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' % (
Expand Down
2 changes: 1 addition & 1 deletion src/vegindex/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = """Thomas Milliman"""
__email__ = 'thomas.milliman@unh.edu'
__version__ = '0.5.3'
__version__ = '0.5.4'

import os

Expand Down

0 comments on commit be3a17b

Please sign in to comment.