Skip to content

Commit eda03f6

Browse files
committed
correct project name
1 parent 23c48c8 commit eda03f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "graphsim"
3-
version = "0.1.0"
2+
name = "quantum-graphsim"
3+
version = "0.0.2"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["maturin>=1.10,<2.0"]
33
build-backend = "maturin"
44

55
[project]
6-
name = "graphsim"
6+
name = "quantum-graphsim"
77
requires-python = ">=3.8"
88
classifiers = [
99
"Programming Language :: Rust",

0 commit comments

Comments
 (0)