Bump version number to 0.1.1

This commit is contained in:
Rebecca Breu 2021-07-11 21:05:09 +02:00
parent 47bf495de2
commit 08f44a2fb0
3 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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'

View file

@ -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',