Skip to content

Commit

Permalink
011 release (#72)
Browse files Browse the repository at this point in the history
* Update .bumpversion.cfg

* Update pyproject.toml

* Update CHANGELOG.md
  • Loading branch information
adamgayoso authored Jan 4, 2023
1 parent 20bfaa7 commit d4de88e
Show file tree
Hide file tree
Showing 3 changed files with 8 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.1.0
current_version = 0.1.1
tag = True
commit = True

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## 0.1.1 (2022-01-04)

- Add new tutorial and fix scalability of lisi ([#71][])

[#71]: https://github.com/YosefLab/scib-metrics/pull/71

## 0.1.0 (2022-01-03)

- Add benchmarking pipeline with plotting ([#52][] and [#69][])
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.1.0"
version = "0.1.1"
description = "Accelerated and Python-only scIB metrics"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit d4de88e

Please sign in to comment.