Skip to content

Commit 3e8042b

Browse files
committed
v0.13.0a11 - Matrix downsample fix
1 parent 83e45b1 commit 3e8042b

File tree

3 files changed

+67
-67
lines changed

3 files changed

+67
-67
lines changed

docs/assets/js/widget.js

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celldega",
3-
"version": "0.13.0-alpha.10",
3+
"version": "0.13.0-alpha.11",
44
"type": "module",
55
"engines": {
66
"node": ">=16",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "celldega"
7-
version = "0.13.0a10"
7+
version = "0.13.0a11"
88
readme = "README.md"
99
dependencies = [
1010
"anndata~=0.11.0",

0 commit comments

Comments
 (0)