From 768fc79e3cef96418752d3ecfd0d5381a2520875 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Sun, 14 Jan 2024 20:44:48 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= 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 6f8f85b..20f5827 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True tag_name = {new_version} diff --git a/Cargo.toml b/Cargo.toml index c31b05a..4e24362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genomeshader" -version = "0.1.1" +version = "0.1.2" authors = ["Kiran V Garimella "] edition = "2021" license = "BSD 3-Clause" diff --git a/VERSION b/VERSION index 6813553..0d6da75 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -version=0.1.1 +version=0.1.2 diff --git a/python/genomeshader/__init__.py b/python/genomeshader/__init__.py index c9c679d..a8e445d 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.1' +__version__ = '0.1.2' from .view import * \ No newline at end of file