Skip to content

Commit

Permalink
Version 0.3.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Apr 1, 2023
1 parent 0a905e8 commit 97958b3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "uuid-utils"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[lib]
name = "uuid_utils"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.18.1", features = ["extension-module"] }
pyo3 = { version = "0.18.2", features = ["extension-module"] }
uuid = { version = "1.3.0", features = ["v1", "v3", "v4", "v5", "v6", "v7", "v8", "fast-rng"]}
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert uuid_utils.__version__ == "0.2.0"
assert uuid_utils.__version__ == "0.3.0"

0 comments on commit 97958b3

Please sign in to comment.