We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b511e commit 1b16ab0Copy full SHA for 1b16ab0
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.10.1 (2024-07-05)
6
+
7
+### Fix
8
9
+* Wheel builds ([#32](https://github.com/bdraco/ulid-transform/issues/32)) ([`87b511e`](https://github.com/bdraco/ulid-transform/commit/87b511e1b00b8fa07ef7a18a5b5012e8df943441))
10
11
## v0.10.0 (2024-07-05)
12
13
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "ulid-transform"
-version = "0.10.0"
+version = "0.10.1"
description = "Create and transform ULIDs"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
src/ulid_transform/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.10.0"
+__version__ = "0.10.1"
from .ulid_impl import (
bytes_to_ulid,
0 commit comments