From 0569faaf480337364cc349b442ae1bea2f66d1da Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Sun, 14 Jan 2024 22:39:51 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.7=20=E2=86=92=200.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Cargo.toml | 2 +- VERSION | 2 +- python/genomeshader/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b53237..6c9238c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.7 +current_version = 0.1.8 commit = True tag = True tag_name = {new_version} diff --git a/Cargo.toml b/Cargo.toml index 995240e..94616e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genomeshader" -version = "0.1.7" +version = "0.1.8" authors = ["Kiran V Garimella "] edition = "2021" license = "BSD 3-Clause" diff --git a/VERSION b/VERSION index e05c05b..f1182f5 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -version=0.1.7 +version=0.1.8 diff --git a/python/genomeshader/__init__.py b/python/genomeshader/__init__.py index ef2a81c..95932f0 100644 --- a/python/genomeshader/__init__.py +++ b/python/genomeshader/__init__.py @@ -6,6 +6,6 @@ For detailed documentation and examples, see the README. """ -__version__ = '0.1.7' +__version__ = '0.1.8' from .view import * \ No newline at end of file