diff --git a/README.md b/README.md index 96d6cb8..e17f77d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ $ iscc gotify-tray.iss - Install the pip package: ``` - $ pip install dist/gotify_tray-0.1.9-py3-none-any.whl + $ pip install dist/gotify_tray-0.1.10-py3-none-any.whl ``` - Launch: diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 4ed33e9..7662895 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: gotify-tray -Version: 0.1.9 +Version: 0.1.10 Architecture: amd64 Maintainer: k.dries@protonmail.com Description: gotify-tray diff --git a/gotify_tray/__version__.py b/gotify_tray/__version__.py index 9d9e882..9b3abc1 100644 --- a/gotify_tray/__version__.py +++ b/gotify_tray/__version__.py @@ -3,4 +3,4 @@ __description__ = ( "A tray notification application for receiving messages from a Gotify server." ) __url__ = "https://github.com/seird/gotify-tray" -__version__ = "0.1.9" +__version__ = "0.1.10" diff --git a/version.py b/version.py index f81b120..510897c 100644 --- a/version.py +++ b/version.py @@ -34,12 +34,12 @@ VSVersionInfo( StringStruct(u"Comments", u"Gotify Tray"), StringStruct(u"CompanyName", u""), StringStruct(u"FileDescription", u"Gotifiy Tray"), - StringStruct(u"FileVersion", u"0.1.9"), + StringStruct(u"FileVersion", u"0.1.10"), StringStruct(u"InternalName", u"gotify-tray"), StringStruct(u"LegalCopyright", u""), StringStruct(u"OriginalFilename", u"gotify-tray.exe"), StringStruct(u"ProductName", u"Gotify Tray"), - StringStruct(u"ProductVersion", u"0.1.9"), + StringStruct(u"ProductVersion", u"0.1.10"), ], ) ] diff --git a/version.txt b/version.txt index 82551ad..345f8cc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.9 \ No newline at end of file +0.1.10 \ No newline at end of file