Skip to content

Commit b491b11

Browse files
authored
Bump version number (#84)
1 parent b8e7a6c commit b491b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.0] - 2024-12-09
10+
## [0.1.0] - 2024-12-10
1111

1212
- `rfc3161-client` is now in beta ([82](https://github.com/trailofbits/rfc3161-client/pull/82)).
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414
# Maturin does not support dynamic fields
1515
# So we keep the version number here instead of __init__
16-
version = "0.0.5"
16+
version = "0.1.0"
1717
readme = "README.md"
1818
license = { file = "LICENSE" }
1919
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]

0 commit comments

Comments
 (0)