Skip to content

Commit 1dae218

Browse files
committed
fix: exclude test data from package, add release optimizations
1 parent c406877 commit 1dae218

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workspaces/rust/klaw-dbase/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "klaw-dbase"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "MIT"
66
description = "Fast Polars-based reading/writing of dBase/DBF files with async I/O and compression support"

workspaces/rust/klaw-dbase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "klaw-dbase"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Fast Polars-based reading/writing of dBase/DBF files with async I/O and compression support"
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)