From 749fbea98471641023201d210c90762337a5bee9 Mon Sep 17 00:00:00 2001 From: Sina Booeshaghi Date: Thu, 10 Oct 2024 10:26:54 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- seqspec/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38e027c..e8b7dcc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # seqspec -![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/) +![github version](https://img.shields.io/badge/Version-0.3.0-informational) +[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.3.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 d3ec452..493f741 100644 --- a/seqspec/__init__.py +++ b/seqspec/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/setup.cfg b/setup.cfg index 32fcdbc..7ded0fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index be0bd4d..51492be 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name="seqspec", - version="0.2.0", + version="0.3.0", url="https://github.com/sbooeshaghi/seqspec", author="Sina Booeshaghi", author_email="abooesha@caltech.edu",