Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jan 20, 2015
1 parent 13796ce commit 87abb0f
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,6 +1,7 @@
[bumpversion]
commit = True
current_version = 0.0.0
current_version = 0.1.0
files = jboss.py
tag = True
tag_name = {new_version}

2 changes: 1 addition & 1 deletion jboss.py
Expand Up @@ -11,7 +11,7 @@
import requests_cache as rc


__version__ = "0.0.0"
__version__ = "0.1.0"
__project__ = "jboss"
__author__ = "Kirill Klenov <horneds@gmail.com>"
__license__ = "MIT"
Expand Down

0 comments on commit 87abb0f

Please sign in to comment.