Skip to content

Commit 0fb17b2

Browse files
author
semantic-release
committed
1.4.1
Automatically generated by python-semantic-release
1 parent e1ab198 commit 0fb17b2

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
[tool.poetry]
22
name = "ulid-transform"
3-
version = "1.4.0"
3+
version = "1.4.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__ = "1.4.0"
1+
__version__ = "1.4.1"
22

33
try:
44
from ._ulid_impl import (

0 commit comments

Comments
 (0)