diff --git a/README.md b/README.md index caf05b1..b43588e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ reaction [condensed = 3e+06 /M/s ] S2 + R -> e51 ``` ## Version -0.6.1 +0.6.2 ## Authors Casey Grun, Stefan Badelt, Karthik Sarma, Brian Wolfe, Seung Woo Shin and Erik Winfree. diff --git a/peppercornenumerator/__init__.py b/peppercornenumerator/__init__.py index d5445c1..d017724 100644 --- a/peppercornenumerator/__init__.py +++ b/peppercornenumerator/__init__.py @@ -2,7 +2,7 @@ # __init__.py # EnumeratorProject # -__version__ = "v0.6.1" +__version__ = "v0.6.2" from peppercornenumerator.enumerator import Enumerator, PolymerizationError from peppercornenumerator.condense import CondensationError, PepperCondensation diff --git a/setup.py b/setup.py index 131c95a..cd35613 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='peppercornenumerator', - version='0.6.1', + version='0.6.2', description='Domain-level nucleic acid reaction enumerator', long_description=LONG_DESCRIPTION, author='Casey Grun, Stefan Badelt, Karthik Sarma, Brian Wolfe, Seung Woo Shin and Erik Winfree',