Skip to content

Commit 22da996

Browse files
committed
0.3.1
1 parent 486bd03 commit 22da996

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1-alpha.9"
5+
version = "0.3.1"
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.1-alpha.9"
21+
version = "0.3.1"
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.1-alpha.9"
10+
version = "0.3.1"
1111

1212
[dependencies]
1313
anyhow = "1"

0 commit comments

Comments
 (0)