Skip to content

Commit

Permalink
Release 0.4 (#110)
Browse files Browse the repository at this point in the history
* Update .bumpversion.cfg

* Update pyproject.toml
  • Loading branch information
adamgayoso authored Sep 18, 2023
1 parent 1f66c55 commit 9d10900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.4.0
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]

[project]
name = "scib-metrics"
version = "0.3.3"
version = "0.4.0"
description = "Accelerated and Python-only scIB metrics"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 9d10900

Please sign in to comment.