Skip to content

Commit

Permalink
chore: Tag v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Nov 1, 2024
1 parent 1dbc58e commit bc7a080
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ainu-utils-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ainu-utils-js"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "A collection of utilities for the Ainu language"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion ainu-utils-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ainu-utils-python"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "A collection of utilities for the Ainu language"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion ainu-utils-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ features = ["pyo3/extension-module"]
name = "ainu-utils"
description = "A collection of utility for with the Ainu language"
requires-python = ">=3.8"
version = "0.3.2"
version = "0.3.3"
license = "MIT"

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ainu-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ainu-utils"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "A collection of utilities for the Ainu language"
license = "MIT"
Expand Down

0 comments on commit bc7a080

Please sign in to comment.