Skip to content

Commit 7593517

Browse files
committed
0.2.4
1 parent 8fb2f23 commit 7593517

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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-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.2.4-alpha.9"
5+
version = "0.2.4"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

connectorx-python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "MIT"
1919
maintainers = ["Weiyuan Wu <youngw@sfu.ca>"]
2020
name = "connectorx"
2121
readme = "README.md" # Markdown files are supported
22-
version = "0.2.4-alpha.9"
22+
version = "0.2.4"
2323

2424
[tool.poetry.dependencies]
2525
dask = {version = "^2021", optional = true, extras = ["dataframe"]}

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.2.4-alpha.9"
10+
version = "0.2.4"
1111

1212

1313
[dependencies]

0 commit comments

Comments
 (0)