Skip to content

Commit

Permalink
Bump version to 3.9 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil authored Oct 24, 2024
1 parent e32c100 commit 9b69d59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Please add a new candidate release at the top after changing the latest one. Fee

Try to use the following format:

## [unreleased]
- Fixed wrong models when chromosome X was named `chrX` and not `X`
## [3.9]
- Fixed wrong models when chromosome X was named `chrX` and not `X` ([#135](https://github.com/Clinical-Genomics/genmod/pull/135))
- Added GitHub Actions workflows for automatic publishing to PyPI on release, and keep a changelog reminder ([#136](https://github.com/Clinical-Genomics/genmod/pull/136))
- Optional user defined threshold and penalty for compound scoring
- Update README with current github.io docs page
- Optional user defined threshold and penalty for compound scoring ([#138](https://github.com/Clinical-Genomics/genmod/pull/138))
- Update README with current github.io docs page ([#140](https://github.com/Clinical-Genomics/genmod/pull/140))

## [3.8.3]

## [3.8.3]
- Fixed unstable compounds order in models output ([#134](https://github.com/Clinical-Genomics/genmod/pull/134))
- Added `six` to requirements.txt and setup.py ([#134](https://github.com/Clinical-Genomics/genmod/pull/134))

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description = 'Tool for annotating patterns of genetic inheritance in Variant Call Format (VCF) files.'

setup(name='genmod',
version='3.8.3',
version='3.9',
description='Annotate genetic inheritance models in variant files',
author = 'Mans Magnusson',
author_email = '[email protected]',
Expand Down Expand Up @@ -53,7 +53,6 @@
keywords = ['inheritance', 'vcf', 'variants'],
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
"Operating System :: MacOS :: MacOS X",
Expand Down

0 comments on commit 9b69d59

Please sign in to comment.