From 8db5b8a0804afb9dd319798d414ae6db7f04b22c Mon Sep 17 00:00:00 2001 From: Zev Lee <60147316+zevlee@users.noreply.github.com> Date: Sat, 2 Mar 2024 05:39:09 -0600 Subject: [PATCH] fix: Update version --- .env.sample | 2 +- passphraser/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 9d21186..1e78a65 100644 --- a/.env.sample +++ b/.env.sample @@ -4,7 +4,7 @@ APPNAME="Passphraser" ID=me.zevlee.Passphraser AUTHOR="Zev Lee" DESCRIPTION="Phrase-based password generator" -VERSION=1.0.2 +VERSION=1.0.3 LICENSE=LICENSE REQUIREMENTS=requirements.txt diff --git a/passphraser/__init__.py b/passphraser/__init__.py index 7f05cd3..4980af2 100644 --- a/passphraser/__init__.py +++ b/passphraser/__init__.py @@ -4,7 +4,7 @@ from gi.repository import GLib # Application version -__version__ = "1.0.0" +__version__ = "1.0.3" # Application name APPNAME = "Passphraser" # Application ID