Skip to content

Commit 3045bba

Browse files
committed
v1.4.0
1 parent c6cee4c commit 3045bba

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Unreleased
2+
3+
# 1.4.0
24
- Cleanup CI/CD workflows.
35
- Updates to the README.
46
- Fix class parameters for plotting classes.

agfusion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
""" __init__.py
22
Initialises when agfusion module is loaded.
33
"""
4-
__version__ = "1.3.0"
4+
__version__ = "1.4.0"

agfusion/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package version."""
2-
__version__ = "1.3.0"
2+
__version__ = "1.4.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
# version=version,
22-
version="1.3.0",
22+
version="1.4.0",
2323
name="agfusion",
2424
packages=find_packages(),
2525
description="Python package to annotate and visualize gene fusions.",

0 commit comments

Comments
 (0)