diff --git a/gagar/main.py b/gagar/main.py index 1356988..231dc0b 100644 --- a/gagar/main.py +++ b/gagar/main.py @@ -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]) diff --git a/setup.py b/setup.py index 9e39c80..ca0d72b 100644 --- a/setup.py +++ b/setup.py @@ -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',