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