diff --git a/latz/__version__.py b/latz/__version__.py index 10a26b8..1fba4ec 100644 --- a/latz/__version__.py +++ b/latz/__version__.py @@ -1,3 +1,3 @@ __title__ = "latz" __description__ = "Tool for finding images. Maybe with location 🤷..." -__version__ = "0.1.4" +__version__ = "0.1.5" diff --git a/pyproject.toml b/pyproject.toml index b6151f9..0ecefd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "latz" -version = "0.1.4" +version = "0.1.5" description = "CLI Program for downloading images. Maybe by location too..." authors = ["Travis Hathaway "] license = "GNU v3"