Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 14, 2018
1 parent e2661ed commit 45e17c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
files = setup.py phenodata/__init__.py doc/conf.py
search =
version='{current_version}'
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -24,9 +24,9 @@
author = u'Andreas Motl'

# The short X.Y version
version = u'0.5.0'
version = u'0.6.0'
# The full version, including alpha/beta/rc tags
release = u'0.5.0'
release = u'0.6.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion phenodata/__init__.py
@@ -1,2 +1,2 @@
"""phenodata is a data acquisition and manipulation toolkit for open access phenology data"""
__version__ = '0.5.0'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
]

setup(name='phenodata',
version='0.5.0',
version='0.6.0',
description='phenodata is a data acquisition and manipulation toolkit for open access phenology data',
long_description=README,
license="AGPL 3",
Expand Down

0 comments on commit 45e17c5

Please sign in to comment.