From 5dc920a348a31782d641d8ec4d11384763334887 Mon Sep 17 00:00:00 2001 From: seria Date: Tue, 4 Jun 2024 18:08:16 +0900 Subject: [PATCH] chore(ver): Bump to v0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cf8d8b..118f733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "Async API wrapper for hakush.in written in Python." license = "GPL-3.0" name = "hakushin-py" readme = "README.md" -version = "0.2.0" +version = "0.3.0" packages = [{include = "hakushin"}] [tool.poetry.dependencies]