Skip to content

Commit 7bc6392

Browse files
committed
version bump to 0.6.2
1 parent 1a768d8 commit 7bc6392

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Next Release
5+
## [0.6.2]
66

77
- fix differential expression analysis using `groups`
88
- increase testing coverage

kompot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.6.1"
3+
__version__ = "0.6.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ignore = ["E203", "W503"]
3737

3838
[project]
3939
name = "kompot"
40-
version = "0.6.1"
40+
version = "0.6.2"
4141
description = "Differential abundance and gene expression analysis using Mahalanobis distance with JAX backend"
4242
readme = "README.md"
4343
authors = [

0 commit comments

Comments
 (0)