Skip to content

Commit

Permalink
Bump version to 0.2.1 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman authored Sep 27, 2023
1 parent 7f4ab65 commit 29db1ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdfs-native-python"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Adam Binford <[email protected]>"]
homepage = "https://github.com/Kimahriman/hdfs-native"
Expand All @@ -27,7 +27,7 @@ name = "hdfs_native._internal"
[dependencies]
bytes = "1.4"
env_logger = "0.10"
hdfs-native = { version = "0.2.0", path = "../rust", features=["token", "kerberos", "rs"] }
hdfs-native = { version = "0.2.1", path = "../rust", features=["token", "kerberos", "rs"] }
log = "0.4"
pyo3 = { version = "0.19.0", features = ["extension-module", "abi3", "abi3-py37"] }
thiserror = "1.0.43"
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdfs-native"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Adam Binford <[email protected]>"]
homepage = "https://github.com/Kimahriman/hdfs-native"
Expand Down

0 comments on commit 29db1ca

Please sign in to comment.