From 98873d29fbe064c6664f19d3d987ede9662b24e7 Mon Sep 17 00:00:00 2001 From: Brooks Travis Date: Sun, 13 Aug 2023 16:44:19 -0500 Subject: [PATCH] Bumped version to 0.50.1 and added author. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0367fb1..9055bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "folioclient" -version = "0.50.0" -authors = ["Theodor Tolstoy "] +version = "0.50.1" +authors = ["Theodor Tolstoy ", "Brooks Travis "] description = "An API wrapper over the FOLIO LSP API Suite OKAPI." repository = "https://github.com/FOLIO-FSE/folioclient" keywords = ["FOLIO", "ILS", "LSP", "Library Systems", "MARC21", "Library data"]