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.
This commit is contained in:
Thomas Ferreira de Lima 2018-10-06 21:22:08 -04:00
parent c213aeaab0
commit a7a01ac09a
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 2 additions and 1 deletions

View File

@ -191,7 +191,8 @@ class Config(object):
"""
Gets the version string
"""
return "0.26"
return "0.26.0.dev0"
config = Config()