Skip to content

Commit

Permalink
generate liveblogging versio and send pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino committed Nov 15, 2014
1 parent 137c4b0 commit d848dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opps/liveblogging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkg_resources.declare_namespace(__name__)

VERSION = (0, 2, 0)
VERSION = (0, 2, 1)

__version__ = ".".join(map(str, VERSION))
__status__ = "Development"
Expand Down

0 comments on commit d848dee

Please sign in to comment.