File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.252
2+ current_version = 1.3.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11""" __init__.py
22Initialises when agfusion module is loaded.
33"""
4- __version__ = "1.252 "
4+ __version__ = "1.3.0 "
Original file line number Diff line number Diff line change 11"""Package version."""
2- __version__ = "1.252 "
2+ __version__ = "1.3.0 "
Original file line number Diff line number Diff line change 1919
2020setup (
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." ,
You can’t perform that action at this time.
0 commit comments