From fa4a8dc596a37728e7615a7a19ee43cf60a76b43 Mon Sep 17 00:00:00 2001 From: Brooks Travis Date: Wed, 11 Sep 2024 14:22:30 -0500 Subject: [PATCH] Bump version to 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06347e6..d11fe93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "folio_data_import" -version = "0.2.0" +version = "0.2.1" description = "A python module to interact with the data importing capabilities of the open-source FOLIO ILS" authors = ["Brooks Travis "] license = "MIT"