Skip to content

Commit 25258e0

Browse files
committed
Release v0.1.1
1 parent 6776925 commit 25258e0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
_No changes yet._
66

7+
## [0.1.1][] (2026-01-20)
8+
9+
### Fixes
10+
- Fixed the README image so not broken on PyPI.
11+
712
## [0.1.0][] (2026-01-19)
813

914
Initial release includes:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "valency-anndata"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Experimental tooling to support notebook analysis of polislike data"
55
readme = "README.md"
66
authors = [
@@ -75,4 +75,4 @@ build-backend = "hatchling.build"
7575
[tool.uv.sources]
7676
# Temporary fork (for website build only), until this gets merged:
7777
# See: https://github.com/pfh/langevitour/pull/9
78-
langevitour = { git = "https://github.com/patcon/langevitour", rev = "fix-js-indent" }
78+
langevitour = { git = "https://github.com/patcon/langevitour", rev = "fix-js-indent" }

0 commit comments

Comments
 (0)