Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed Nov 8, 2024
1 parent bb4e3c6 commit a170f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


if __name__ == "__main__":
setup(version="1.0b1")
setup(version="1.0")
2 changes: 1 addition & 1 deletion src/sbmodelr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a170f88

Please sign in to comment.