Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
murphycj committed Sep 30, 2024
1 parent 311f451 commit fd78548
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 = 1.4.2
current_version = 1.4.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion agfusion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Initialises when agfusion module is loaded.
"""

__version__ = "1.4.2"
__version__ = "1.4.3"
2 changes: 1 addition & 1 deletion agfusion/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package version."""

__version__ = "1.4.2"
__version__ = "1.4.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
# version=version,
version="1.4.2",
version="1.4.3",
name="agfusion",
packages=find_packages(),
description="Python package to annotate and visualize gene fusions.",
Expand Down

0 comments on commit fd78548

Please sign in to comment.