We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e7a6c commit b491b11Copy full SHA for b491b11
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-## [0.1.0] - 2024-12-09
+## [0.1.0] - 2024-12-10
11
12
- `rfc3161-client` is now in beta ([82](https://github.com/trailofbits/rfc3161-client/pull/82)).
13
pyproject.toml
@@ -13,7 +13,7 @@ classifiers = [
]
14
# Maturin does not support dynamic fields
15
# So we keep the version number here instead of __init__
16
-version = "0.0.5"
+version = "0.1.0"
17
readme = "README.md"
18
license = { file = "LICENSE" }
19
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]
0 commit comments