diff --git a/CHANGELOG.md b/CHANGELOG.md index daaaca4..ad2f219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - 2024-12-09 +## [0.1.0] - 2024-12-10 - `rfc3161-client` is now in beta ([82](https://github.com/trailofbits/rfc3161-client/pull/82)). diff --git a/pyproject.toml b/pyproject.toml index 3a9e1de..3d0b187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ] # Maturin does not support dynamic fields # So we keep the version number here instead of __init__ -version = "0.0.5" +version = "0.1.0" readme = "README.md" license = { file = "LICENSE" } authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]