Skip to content

Commit

Permalink
Version bump to 1.0.1 (to match Graphite release)
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Apr 23, 2017
1 parent bb61ce0 commit d9ec76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tools for managing a federated Carbon cluster.
"""

__version_info__ = ('1', '0', '0')
__version_info__ = ('1', '0', '1')
__version__ = '.'.join(__version_info__)


Expand Down

0 comments on commit d9ec76d

Please sign in to comment.