Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bad-ants-fleet committed Jun 29, 2017
1 parent aecd2c6 commit 363af6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ $ python setup.py install --user
```

## Version
0.1
0.1.1

## Complete list of Python dependencies:
All dependencies are available using `pip`:
Expand Down
2 changes: 1 addition & 1 deletion crnsimulator/__init__.py
Expand Up @@ -6,7 +6,7 @@
# Use at your own risk.
#
#
__version__ = "v0.1"
__version__ = "v0.1.1"

from crnsimulator.crn_parser import parse_crn_string, parse_crn_file
from crnsimulator.reactiongraph import ReactionGraph
Expand Down

0 comments on commit 363af6a

Please sign in to comment.