We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4e3c6 commit a170f88Copy full SHA for a170f88
setup.py
@@ -4,4 +4,4 @@
4
5
6
if __name__ == "__main__":
7
- setup(version="1.0b1")
+ setup(version="1.0")
src/sbmodelr.py
@@ -15,7 +15,7 @@
15
#TODO: modification between units? (would need to select species and reaction)
16
#TODO: hexagonal arrays? (please no!)
17
18
-__version__ = "1.0b1"
+__version__ = "1.0"
19
20
import os
21
import re
0 commit comments