From 3eae1f0cf3654e26cdb8697c3d769ae3868d85f9 Mon Sep 17 00:00:00 2001 From: Francisco Pina Martins Date: Fri, 7 Jul 2017 17:50:00 +0100 Subject: [PATCH] Bumped package version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ae45d0..d4fccb1 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def platform_detection(install_binaries=True): # Set some variables (PKGBUILD inspired) DATA_FILES = platform_detection() -VERSION = "1.2.0" +VERSION = "1.2.1" URL = "https://github.com/StuntsPT/Structure_threader"