Skip to content

Commit

Permalink
push to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bad-ants-fleet committed Jan 8, 2021
1 parent e9e19d4 commit 6b8f946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Verify whether *i.crn* is a correct implementation of *f.crn* using the two supp
```

## Version
0.2
0.3

## License
MIT
Expand Down
2 changes: 1 addition & 1 deletion crnverifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# crnverifier/__init__.py
# Original source from the Nuskell compiler project
#
__version__ = "v0.2"
__version__ = "v0.3"

import logging
logging.getLogger(__name__).addHandler(logging.NullHandler())
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@

setup(
name = 'crnverifier',
version = '0.2',
version = '0.3',
description = 'Verify the equivalence of chemical reaction networks (CRNs), or the correctness of an implementation CRN with respect to a formal CRN.',
long_description = LONG_DESCRIPTION,
long_description_content_type = "text/markdown",
author = 'Stefan Badelt, Seung Woo Shin, Robert Johnson, Qing Dong, Erik Winfree',
author_email = '[email protected]',
maintainer = 'Stefan Badelt',
maintainer_email = '[email protected]',
#url = 'http://www.github.com/DNA-and-Natural-Algorithms-Group/crnverifier/',
url = 'http://www.github.com/DNA-and-Natural-Algorithms-Group/crnverifier/',
license = 'MIT',
classifiers = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 6b8f946

Please sign in to comment.