From 08f44a2fb071865829aa3a6611bb44687291d262 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sun, 11 Jul 2021 21:05:09 +0200 Subject: [PATCH] Bump version number to 0.1.1 --- beeref.desktop | 8 ++++---- beeref/constants.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/beeref.desktop b/beeref.desktop index 5366b44..5172638 100644 --- a/beeref.desktop +++ b/beeref.desktop @@ -1,11 +1,11 @@ [Desktop Entry] Name=BeeRef -Comment=BeeRef 0.1.0 +Comment=BeeRef 0.1.1 Terminal=false -Exec=/home/yourname/path/to/beeref/git/dist/BeeRef-0.1.0/BeeRef-0.1.0 +Exec=/home/yourname/path/to/BeeRef-0.1.1/BeeRef-0.1.1 Type=Application -Icon=/home/yourname/path/to/BeeRef-0.1.0/beeref/assets/logo.png -Name[en_US]=BeeRef +Icon=/home/yourname/path/to/BeeRef-0.1.1/beeref/assets/logo.png +Name[en_US]=Beeref MimeType=application/x-beeref; Categories=Qt;KDE;Graphics; diff --git a/beeref/constants.py b/beeref/constants.py index ce5b51a..208c444 100644 --- a/beeref/constants.py +++ b/beeref/constants.py @@ -15,6 +15,6 @@ APPNAME = 'BeeRef' APPNAME_FULL = f'{APPNAME} Reference Image Viewer' -VERSION = '0.1.0' +VERSION = '0.1.1' WEBSITE = 'https://github.com/rbreu/beeref' COPYRIGHT = 'Copyright © 2021 Rebecca Breu' diff --git a/setup.py b/setup.py index 5670c42..a71c7d6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='BeeRef', - version='0.1.0', + version='0.1.1', author='Rebecca Breu', author_email='rebecca@rbreu.de', url='https://github.com/rbreu/beeref',