Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
delgadom committed Feb 23, 2017
1 parent 0904615 commit f6a6eb5
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from __future__ import absolute_import

__author__ = """Climate Impact Lab"""
__version__ = '0.0.4'
__version__ = '0.0.5'

_module_imports = (
)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

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

0 comments on commit f6a6eb5

Please sign in to comment.