From ed636c92af4ac0a6132044efa2f47d272bc135d2 Mon Sep 17 00:00:00 2001 From: Matt Scruggs Date: Tue, 2 May 2023 11:21:15 -0400 Subject: [PATCH] release 0.2.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8692af7..343b7c9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="simpledbf", - version="0.2.8", + version="0.2.9", description="Convert DBF files to CSV, DataFrames, HDF5 tables, and " "SQL tables. Python3 compatible.", url="https://github.com/rnelsonchem/simpledbf",