Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 12, 2018
1 parent 9497c50 commit d9ea0ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = u'Andreas Motl'

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


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion phenodata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""phenodata is a data acquisition and manipulation toolkit for open access phenology data"""
__version__ = '0.1.0'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]

setup(name='phenodata',
version='0.1.0',
version='0.2.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 d9ea0ee

Please sign in to comment.