Skip to content

Commit 1b16ab0

Browse files
author
github-actions
committed
0.10.1
Automatically generated by python-semantic-release
1 parent 87b511e commit 1b16ab0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

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+
511
## v0.10.0 (2024-07-05)
612

713
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ulid-transform"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Create and transform ULIDs"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/ulid_transform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"
22

33
from .ulid_impl import (
44
bytes_to_ulid,

0 commit comments

Comments
 (0)