We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92eae4 commit 0ef1bfcCopy full SHA for 0ef1bfc
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "iroha-python"
3
-version = "0.1.1"
4
-edition = "2024"
+version = "0.1.0"
+edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
[lib]
pyproject.toml
@@ -18,7 +18,7 @@ features = ["pyo3/extension-module"]
18
19
[tool.poetry]
20
21
-version = "0.1.0"
+version = "0.2.0"
22
description = ""
23
authors = ["Aleksandr Strokov <[email protected]>"]
24
0 commit comments