We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311f451 commit fd78548Copy full SHA for fd78548
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.2
+current_version = 1.4.3
3
commit = True
4
tag = True
5
agfusion/__init__.py
@@ -2,4 +2,4 @@
Initialises when agfusion module is loaded.
"""
-__version__ = "1.4.2"
+__version__ = "1.4.3"
agfusion/version.py
@@ -1,3 +1,3 @@
"""Package version."""
setup.py
@@ -19,7 +19,7 @@
19
20
setup(
21
# version=version,
22
- version="1.4.2",
+ version="1.4.3",
23
name="agfusion",
24
packages=find_packages(),
25
description="Python package to annotate and visualize gene fusions.",
0 commit comments