Skip to content

Commit c7c1b8d

Browse files
committed
0.4.3
1 parent 468183d commit c7c1b8d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx-cpp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "connectorx-cpp"
3-
version = "0.4.3-alpha.1"
3+
version = "0.4.3"
44
edition = "2021"
55
license = "MIT"
66

connectorx-python/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx-python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Weiyuan Wu <youngw@sfu.ca>"]
33
edition = "2018"
44
name = "connectorx-python"
5-
version = "0.4.3-alpha.1"
5+
version = "0.4.3"
66
license = "MIT"
77
readme = "README.md"
88

connectorx-python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT"
1818
maintainers = ["Weiyuan Wu <youngw@sfu.ca>"]
1919
name = "connectorx"
2020
readme = "README.md" # Markdown files are supported
21-
version = "0.4.3-alpha.1"
21+
version = "0.4.3"
2222

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

connectorx/Cargo.toml

+1-1
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.4.3-alpha.1"
10+
version = "0.4.3"
1111

1212
[dependencies]
1313
anyhow = "1"

0 commit comments

Comments
 (0)