From a7a01ac09a88ab1e2ab94c69299a3ea0ca77e2f2 Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Sat, 6 Oct 2018 21:22:08 -0400 Subject: [PATCH] changing pymod version to 0.26.0.dev0 (read commit message) I am going to test uploading klayout as module to pypi, but it requires unique naming. Therefore, there can only be one klayout-0.26.0 version. Only stable versions ("releases") should ever be uploaded. bugfix-patched versions should be named 0.26.0.post1 etc. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf862b4e1..175e152b4 100644 --- a/setup.py +++ b/setup.py @@ -191,7 +191,8 @@ class Config(object): """ Gets the version string """ - return "0.26" + return "0.26.0.dev0" + config = Config()