diff --git a/README.md b/README.md index 9537779..4d50ccc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # seqspec -![github version](https://img.shields.io/badge/Version-0.1.1-informational) -[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.1.1/) +![github version](https://img.shields.io/badge/Version-0.2.0-informational) +[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.2.0/) ![python versions](https://img.shields.io/pypi/pyversions/seqspec) [![license](https://img.shields.io/pypi/l/seqspec)](LICENSE) diff --git a/seqspec/__init__.py b/seqspec/__init__.py index 485f44a..d3ec452 100644 --- a/seqspec/__init__.py +++ b/seqspec/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.2.0" diff --git a/setup.cfg b/setup.cfg index 5d08b0c..32fcdbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.2.0 commit = True tag = True @@ -24,4 +24,4 @@ commands = pytest --cov=seqspec {posargs:tests} deps = pytest pytest-cov - matplotlib >= 3.4.0 + matplotlib >= 3.4.0 diff --git a/setup.py b/setup.py index 09bda45..be0bd4d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name="seqspec", - version="0.1.1", + version="0.2.0", url="https://github.com/sbooeshaghi/seqspec", author="Sina Booeshaghi", author_email="abooesha@caltech.edu",