Skip to content

Commit

Permalink
Merge pull request #116 from ClimateImpactLab/bump
Browse files Browse the repository at this point in the history
Bump version: 0.1.0 → 0.2.0
  • Loading branch information
jgerardsimcock committed Dec 13, 2017
2 parents b1c5125 + da0d41e commit 3b55dc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion impactlab_tools/__init__.py
Expand Up @@ -5,7 +5,7 @@
from __future__ import absolute_import

__author__ = """Climate Impact Lab"""
__version__ = '0.1.0'
__version__ = '0.2.0'

_module_imports = (
)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@

setup(
name='impactlab-tools',
version='0.1.0',
version='0.2.0',
description="Python tools for Climate Impact Lab developers",
long_description=readme,
author="Climate Impact Lab",
Expand Down

0 comments on commit 3b55dc8

Please sign in to comment.