Skip to content

Commit 2816501

Browse files
committed
0.3.4-alpha.3
1 parent 76f74ce commit 2816501

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.

connectorx-cpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "connectorx-cpp"
3-
version = "0.3.4-alpha.2"
3+
version = "0.3.4-alpha.3"
44
edition = "2021"
55
license = "MIT"
66

connectorx-python/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.

connectorx-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Weiyuan Wu <[email protected]>"]
33
edition = "2018"
44
name = "connectorx-python"
5-
version = "0.3.4-alpha.2"
5+
version = "0.3.4-alpha.3"
66
license = "MIT"
77
readme = "README.md"
88

connectorx-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT"
1818
maintainers = ["Weiyuan Wu <[email protected]>"]
1919
name = "connectorx"
2020
readme = "README.md" # Markdown files are supported
21-
version = "0.3.4-alpha.2"
21+
version = "0.3.4-alpha.3"
2222

2323
[project]
2424
name = "connectorx" # Target file name of maturin build

connectorx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
name = "connectorx"
88
readme = "../README.md"
99
repository = "https://github.com/sfu-db/connector-x"
10-
version = "0.3.4-alpha.2"
10+
version = "0.3.4-alpha.3"
1111

1212
[dependencies]
1313
anyhow = "1"

0 commit comments

Comments
 (0)