We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc175a commit bbe35c0Copy full SHA for bbe35c0
latz/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "latz"
2
__description__ = "Tool for finding images. Maybe with location 🤷️..."
3
-__version__ = "0.1.0"
+__version__ = "0.1.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "latz"
-version = "0.1.0"
+version = "0.1.1"
4
description = "CLI Program for downloading images. Maybe by location too..."
5
authors = ["Travis Hathaway <travis.j.hathaway@gmail.com>"]
6
license = "GNU v3"
0 commit comments