We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e583d51 commit 0a86b68Copy full SHA for 0a86b68
pictl/__init__.py
@@ -15,4 +15,4 @@
15
"get_random_name",
16
"get_hash_name",
17
]
18
-__version__ = "0.2.0"
+__version__ = "0.3.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pictl"
3
-version = "0.2.0"
+version = "0.3.0"
4
description = "A command line tool for image processing and uploading (ex. S3-type)"
5
authors = ["zhonger <zhonger@live.cn>"]
6
license = "MIT"
0 commit comments