Skip to content

Commit

Permalink
Merge pull request #81 from Clinical-Genomics/version_1.7
Browse files Browse the repository at this point in the history
Minor release 1.7
  • Loading branch information
northwestwitch authored Dec 17, 2024
2 parents 3f7417d + 304a20c commit 3477770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

# [unreleased]
# [1.7]
### Changed
- Do not download duplicated lines from Ensembl BioMart
- Update Python version to v3.12 in Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schug"
version = "1.6.2"
version = "1.7"
description = "Keep track of genes, transcripts and exons from different sources"
authors = ["moonso <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion schug/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.2"
__version__ = "1.7"

0 comments on commit 3477770

Please sign in to comment.