Skip to content

Commit 68567e0

Browse files
author
semantic-release
committed
1.5.0
Automatically generated by python-semantic-release
1 parent 311dab6 commit 68567e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ulid-transform"
3-
version = "1.4.1"
3+
version = "1.5.0"
44
license = "MIT"
55
description = "Create and transform ULIDs"
66
readme = "README.md"

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__ = "1.4.1"
1+
__version__ = "1.5.0"
22

33
try:
44
from ._ulid_impl import (

0 commit comments

Comments
 (0)