Browse Source

change version name to be able to republish package in pypi

tags/v0.1.1-test-11-python-runtime
haixuanTao 3 years ago
parent
commit
222cb80b54
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Cargo.lock
  2. +1
    -1
      apis/python/node/Cargo.toml

+ 1
- 1
Cargo.lock View File

@@ -1035,7 +1035,7 @@ dependencies = [

[[package]]
name = "dora-node-api-python"
version = "0.1.1"
version = "0.1.1-2"
dependencies = [
"dora-node-api",
"dora-operator-api-python",


+ 1
- 1
apis/python/node/Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "dora-node-api-python"
version = "0.1.1"
version = "0.1.1-2"
edition = "2021"
license = "Apache-2.0"



Loading…
Cancel
Save