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
Mike Graves committed May 3, 2017
1 parent d82b7fc commit 755c517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

[bumpversion:file:slingshot/__init__.py]
parse = ^__version__\s*=\s*[\'"](?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2 changes: 1 addition & 1 deletion slingshot/__init__.py
Expand Up @@ -3,4 +3,4 @@
Slingshot
"""

__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 755c517

Please sign in to comment.