From 32535d39eee10509aaced6cfc5329276f7aed20a Mon Sep 17 00:00:00 2001 From: Haili Hu Date: Tue, 14 Jan 2025 16:26:13 +0100 Subject: [PATCH] Updated picas version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6efcdf0..f66cfc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "picas" -version = "1.0.0" +version = "1.0.1" description = "Python client using CouchDB as a token pool server." authors = ["Jan Bot, Joris Borgdorff, Lodewijk Nauta, Haili Hu"] license = "MIT"