Skip to content

Commit 3f18a71

Browse files
committed
Version things correctly
1 parent 4b17893 commit 3f18a71

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -17,7 +17,7 @@ members = [
1717
]
1818

1919
[workspace.package]
20-
version = "0.17.0"
20+
version = "0.17.0-alpha.3"
2121
edition = "2021"
2222
rust-version = "1.79"
2323
authors = ["Matthew Treinish <[email protected]>"]
@@ -62,7 +62,7 @@ rayon.workspace = true
6262
serde = { version = "1.0", features = ["derive"] }
6363
serde_json = "1.0"
6464
smallvec = { version = "1.0", features = ["union"] }
65-
rustworkx-core = { path = "rustworkx-core", version = "=0.17.0" }
65+
rustworkx-core = { path = "rustworkx-core", version = "0.17.0-alpha.3" }
6666
flate2 = "1.0.35"
6767

6868
[dependencies.pyo3]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rustworkx"
3-
version = "0.17.0"
3+
version = "0.17.0a3"
44
description = "A High-Performance Graph Library for Python"
55
requires-python = ">=3.9"
66
dependencies = [

0 commit comments

Comments
 (0)