diff --git a/setup.py b/setup.py index 8edb1cf..b8fbed2 100644 --- a/setup.py +++ b/setup.py @@ -4,4 +4,4 @@ if __name__ == "__main__": - setup(version="1.0b1") + setup(version="1.0") diff --git a/src/sbmodelr.py b/src/sbmodelr.py index ee6dd80..b772463 100755 --- a/src/sbmodelr.py +++ b/src/sbmodelr.py @@ -15,7 +15,7 @@ #TODO: modification between units? (would need to select species and reaction) #TODO: hexagonal arrays? (please no!) -__version__ = "1.0b1" +__version__ = "1.0" import os import re