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"