Skip to content

Commit 97958b3

Browse files
authored
Version 0.3.0 (#18)
1 parent 0a905e8 commit 97958b3

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "uuid-utils"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[lib]
77
name = "uuid_utils"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
pyo3 = { version = "0.18.1", features = ["extension-module"] }
11+
pyo3 = { version = "0.18.2", features = ["extension-module"] }
1212
uuid = { version = "1.3.0", features = ["v1", "v3", "v4", "v5", "v6", "v7", "v8", "fast-rng"]}

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

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

0 commit comments

Comments
 (0)