Skip to content

Commit 048247c

Browse files
committed
update version
1 parent 7bc7dff commit 048247c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.252
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Unreleased
1+
# Version 1.3.0
22
- Add Github actions for CI/CD and deploying to PyPi (#43).
33
- Fix unit tests (#43).
44
- Add black and pylint code formatting (#43).
55
- Update README (#43).
66

7-
# Version 1.25
7+
# Version 1.25.0
88
- Fix README.
99

10-
# Version 1.2
10+
# Version 1.2.0
1111
- Fixed exon plotting bug.
1212
- Fixed a bug for correctly predicting in-frame or out-of-frame fusions.
1313

14-
# Version 1.0
14+
# Version 1.0.0
1515
- Initial release.

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.252"
4+
__version__ = "1.3.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.252"
2+
__version__ = "1.3.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.252",
22+
version="1.3.0",
2323
name="agfusion",
2424
packages=find_packages(),
2525
description="Python package to annotate and visualize gene fusions.",

0 commit comments

Comments
 (0)