From 2e7c9c37b01a63d5e93e53412e353e4319b993e1 Mon Sep 17 00:00:00 2001 From: Eunho Lee Date: Thu, 11 Apr 2024 22:16:52 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dc0100..65d2dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solvedac_community" -version = "1.0.0" +version = "1.0.1" description = "An API Wrapper for SolvedAC API" authors = ["DevRuby "] license = "MIT"