From e3a15d241f877ba87e2409687d37cf224dbccf0d Mon Sep 17 00:00:00 2001 From: Zev Lee <60147316+zevlee@users.noreply.github.com> Date: Fri, 11 Oct 2024 05:38:48 -0500 Subject: [PATCH] chore: Increment version --- .env.template | 2 +- passphraser/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 34ce5cf..4d63e05 100644 --- a/.env.template +++ b/.env.template @@ -4,7 +4,7 @@ APPNAME="Passphraser" ID=me.zevlee.Passphraser AUTHOR="Zev Lee" DESCRIPTION="Phrase-based password generator" -VERSION=1.0.4 +VERSION=1.0.5 LICENSE=LICENSE REQUIREMENTS=requirements.txt diff --git a/passphraser/__init__.py b/passphraser/__init__.py index 631bcc9..1f5453e 100644 --- a/passphraser/__init__.py +++ b/passphraser/__init__.py @@ -5,7 +5,7 @@ from platformdirs import user_config_dir # Application version -__version__ = "1.0.3" +__version__ = "1.0.5" # Application name APPNAME = "Passphraser" # Application ID