From 1332fcfe0cecf6f19ca410257800268c526bface Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Thu, 2 Nov 2023 19:23:54 -0400 Subject: [PATCH] Bump version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ad75d2..8c3b9df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sas7bdat_converter" -version = "2.0.0" +version = "2.0.1" description = "Convert sas7bdat and xport files into other formats" authors = ["Paul Sanders "] license = "MIT"