Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjum committed Mar 21, 2016
1 parent 989b201 commit f73a4c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gagar/main.py
Expand Up @@ -276,7 +276,7 @@ def main():
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see LICENSE.txt for details.\n"
"Project homepage: https://github.com/Gjum/gagar\n"
"Version: 0.1.1\n")
"Version: 0.1.4\n")

if len(sys.argv) > 1 and sys.argv[1] in ('-h', '--help'):
print("Usage: %s [nick]" % sys.argv[0])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
setup(name='gagar',
packages=['gagar'],
py_modules=['gagar'],
version='0.1.3',
version='0.1.4',
description='Standalone graphical agar.io Python client using GTK and agarnet',
author='Gjum',
author_email='code.gjum@gmail.com',
Expand Down

0 comments on commit f73a4c9

Please sign in to comment.