diff --git a/setup.py b/setup.py index aaf39b5..c128646 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def is_requirement(line): README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() -VERSION = '1.2.1' +VERSION = '1.2.2' if sys.argv[-1] == 'tag': print("Tagging the version on github:")