Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 14, 2018
1 parent 2b7ce64 commit c4fc58a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.6.2
current_version = 0.6.3
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.6.2'
version = u'0.6.3'
# The full version, including alpha/beta/rc tags
release = u'0.6.2'
release = u'0.6.3'


# -- 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.6.2'
__version__ = '0.6.3'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
requires = [
'requests==2.18.4',
'requests-ftp==0.3.1',
'docopt==0.6.2',
'docopt==0.6.3',
'attrs==17.4.0',
'pandas>=0.18.1,<=0.22.0',
'tabulate==0.8.2',
Expand All @@ -22,7 +22,7 @@
]

setup(name='phenodata',
version='0.6.2',
version='0.6.3',
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 c4fc58a

Please sign in to comment.