From 01ce9c57fb9771383a255cc943009c935bed1f74 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Sun, 3 Dec 2017 05:35:08 +0100 Subject: [PATCH] v2.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 209b1f7..a4970eb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION_NUMBER = "1.2.2" +VERSION_NUMBER = "2.0.0" GIT_BRANCH = subprocess.check_output(["git", "rev-parse", "--abbrev-ref", "HEAD"]) GIT_BRANCH = GIT_BRANCH.decode() # convert to standard string