Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanella committed Feb 22, 2018
1 parent afaddec commit 7c3e9c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='torrearchimedebot',
version='0.3.6',
version='0.3.7',
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 @@ -20,7 +20,7 @@
"""

__author__ = "Augugrumi Team"
__version__ = "0.3.6"
__version__ = "0.3.7"
__license__ = "GPL3"


Expand Down
2 changes: 1 addition & 1 deletion torrearchimedebot/bot/handlers/info_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):
self.github = "https://github.com/Augugrumi/TorreArchimedeBot"
self.url_donation = "http://paypal.me/DavidePolonio"
self.author = "Augugrumi Team"
self.version = "0.3.6"
self.version = "0.3.7"

def handleMessage(self):

Expand Down

0 comments on commit 7c3e9c0

Please sign in to comment.