Skip to content

Commit

Permalink
Minor release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Feb 18, 2025
1 parent e6f30bc commit c4c39c3
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,4 +1,4 @@
## [unreleased]
## [3.2]
### Added
- `/intervals/intervals_count_by_build` endpoint, which retuns the number of genes, transcripts, exons for each genome build
### Changed
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 = "chanjo2"
version = "3.1.0"
version = "3.2.0"
description = "Next generation coverage analysis"
authors = ["northwestwitch <chiara.rasi@scilifelab.se>"]

Expand Down
2 changes: 1 addition & 1 deletion src/chanjo2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dotenv import load_dotenv

__version__ = "3.1"
__version__ = "3.2"
load_dotenv()

0 comments on commit c4c39c3

Please sign in to comment.