Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murphycj committed Nov 6, 2022
1 parent c6cee4c commit 3045bba
Show file tree
Hide file tree
Showing 5 changed files with 6 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.3.0
current_version = 1.4.0
commit = True
tag = True

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 1.4.0
- Cleanup CI/CD workflows.
- Updates to the README.
- Fix class parameters for plotting classes.
Expand Down
2 changes: 1 addition & 1 deletion agfusion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" __init__.py
Initialises when agfusion module is loaded.
"""
__version__ = "1.3.0"
__version__ = "1.4.0"
2 changes: 1 addition & 1 deletion agfusion/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package version."""
__version__ = "1.3.0"
__version__ = "1.4.0"
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.3.0",
version="1.4.0",
name="agfusion",
packages=find_packages(),
description="Python package to annotate and visualize gene fusions.",
Expand Down

0 comments on commit 3045bba

Please sign in to comment.