From 0a86b68071dbadee74f227723f47541236fdacbf Mon Sep 17 00:00:00 2001 From: zhonger Date: Sat, 1 Jul 2023 16:47:00 +0900 Subject: [PATCH] Release v0.3.0 --- pictl/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pictl/__init__.py b/pictl/__init__.py index 860d5ac..126b54e 100644 --- a/pictl/__init__.py +++ b/pictl/__init__.py @@ -15,4 +15,4 @@ "get_random_name", "get_hash_name", ] -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index e5df231..a937700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pictl" -version = "0.2.0" +version = "0.3.0" description = "A command line tool for image processing and uploading (ex. S3-type)" authors = ["zhonger "] license = "MIT"