Skip to content

Commit

Permalink
v1.4.1, delete changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
murphycj committed Feb 8, 2023
1 parent 189f1b7 commit fb68065
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 28 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.0
current_version = 1.4.1
commit = True
tag = True

Expand Down
24 changes: 0 additions & 24 deletions CHANGELOG.md

This file was deleted.

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.4.0"
__version__ = "1.4.1"
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.4.0"
__version__ = "1.4.1"
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.0",
version="1.4.1",
name="agfusion",
packages=find_packages(),
description="Python package to annotate and visualize gene fusions.",
Expand Down

0 comments on commit fb68065

Please sign in to comment.