Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanella committed Dec 11, 2017
1 parent 0a7281a commit 2aa7043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='torrearchimedebot',
version='0.1.0',
version='0.1.1',
description='A useful bot for Torre Archimede schedule',
license="GPL3",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion torrearchimedebot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__author__ = "Augugrumi Team"
__version__ = "0.1.0"
__version__ = "0.1.1"
__license__ = "GPL3"


Expand Down

0 comments on commit 2aa7043

Please sign in to comment.