Skip to content

Commit

Permalink
bump to version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bad-ants-fleet committed May 16, 2018
1 parent 409acd5 commit a1c30ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion peppercornenumerator/__init__.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit a1c30ca

Please sign in to comment.