Skip to content

Commit d753053

Browse files
committed
Release v0.3.13
1 parent 63a1a8c commit d753053

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history
22

3+
## 0.3.13
4+
5+
- Include `tests` to source distribution.
6+
37
## 0.3.12
48

59
- Update GitHub workflows and use `uv` instead of `hatch`.

pyproject.toml

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

55
[project]
66
name = "zmq-anyio"
7-
version = "0.3.12"
7+
version = "0.3.13"
88
description = "Asynchronous API for ZMQ using AnyIO"
99
readme = "README.md"
1010
authors = [
@@ -56,3 +56,6 @@ show_missing = true
5656

5757
[tool.pytest.ini_options]
5858
timeout = 10
59+
60+
[tool.uv.build-backend]
61+
source-include = ["tests/**"]

0 commit comments

Comments
 (0)