Skip to content

Commit

Permalink
new bins, updated version (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Salaah Amin <[email protected]>
  • Loading branch information
Salaah01 and Salaah01 committed Jul 1, 2023
1 parent dc0ddd4 commit f84d9fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified adapters/python/json_lineage/bin/jsonl_converter
Binary file not shown.
Binary file modified adapters/python/json_lineage/bin/jsonl_converter.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion adapters/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = json-lineage
version = 0.2.0
version = 0.2.1
description = Library to parse JSON files iteratively without loading the whole file into memory
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion jsonl_converter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonl_converter"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

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

0 comments on commit f84d9fe

Please sign in to comment.