From d48fcdc7c74b5e2cdeca524d4f5783c15c019b3d Mon Sep 17 00:00:00 2001 From: Will Barton Date: Mon, 11 Apr 2016 15:06:18 -0400 Subject: [PATCH] Bump the version to 1.2.0 in anticipation of new GitHub release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0f2771..a241222 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = "regcore", - version = "0.1.0", + version = "1.2.0", license = "public domain", packages = find_packages() )