From 6aba1fcf88230e95cbe6e01df3ef7da5e0f2f4cd Mon Sep 17 00:00:00 2001 From: Ryan Nelson Date: Wed, 13 May 2015 18:41:07 -0400 Subject: [PATCH] v0.2.6 --- RELEASENOTES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.rst b/RELEASENOTES.rst index c46414f..6d9b632 100644 --- a/RELEASENOTES.rst +++ b/RELEASENOTES.rst @@ -1,4 +1,4 @@ -simpledbf 0.2.5 Release Notes +simpledbf 0.2.6 Release Notes ############################# Bug Fixes diff --git a/setup.py b/setup.py index 8f4cde8..2d0a43b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = "simpledbf", - version = "0.2.5", + version = "0.2.6", description = "Convert DBF files to CSV, DataFrames, HDF5 tables, and "\ "SQL tables. Python3 compatible.",