Skip to content

Commit b4cec26

Browse files
committed
0.3.1-alpha.8: license to MIT
1 parent 70287da commit b4cec26

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.7"
5+
version = "0.3.1-alpha.8"
66
license = "MIT"
77
readme = "README.md"
88

connectorx-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ 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.7"
21+
version = "0.3.1-alpha.8"
2222

2323
[project]
2424
name = "connectorx" # Target file name of maturin build
2525
readme = "README.md"
26-
license = { text = "LICENSE" }
26+
license = { text = "MIT" }
2727

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

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.7"
10+
version = "0.3.1-alpha.8"
1111

1212
[dependencies]
1313
anyhow = "1"

0 commit comments

Comments
 (0)