Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Jan 14, 2024
1 parent 03ae70c commit cc6e0b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "genomeshader"
version = "0.1.3"
version = "0.1.4"
authors = ["Kiran V Garimella <[email protected]>"]
edition = "2021"
license = "BSD 3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

version=0.1.3
version=0.1.4
2 changes: 1 addition & 1 deletion python/genomeshader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
For detailed documentation and examples, see the README.
"""

__version__ = '0.1.3'
__version__ = '0.1.4'

from .view import *

0 comments on commit cc6e0b8

Please sign in to comment.