Skip to content

Commit b3eabe7

Browse files
committed
chore(release): bump to v0.3.7
1 parent 4302ea8 commit b3eabe7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.6"
3+
version = "0.3.7"
44
description = "Python implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs"
55
authors = [{ name = "Murad Akhundov", email = "akhundov1murad@gmail.com" }]
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.6"
3+
version = "0.3.7"
44
edition = "2021"
55

66
description = "Rust-accelerated base32 codec for typeid-python"

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)