Skip to content

Commit 3fa6b15

Browse files
authored
Merge pull request #59 from akhundMurad/release/0.3.5
release 0.3.5
2 parents 6fe27ab + e4d907f commit 3fa6b15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = "typeid-python"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "Python implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs"
55
authors = [{ name = "Murad Akhundov", email = "[email protected]" }]
66
requires-python = ">=3.10,<4"

rust-base32/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-base32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typeid_base32"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2021"
55

66
[lib]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)