Bump version number to 0.2.0

This commit is contained in:
Rebecca Breu 2021-07-10 17:48:21 +02:00
parent 03ad75d314
commit 2de388ec5f
3 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,11 @@
[Desktop Entry]
Name=BeeRef
Comment=BeeRef 0.1.1
Comment=BeeRef 0.2.0
Terminal=false
Exec=/home/yourname/path/to/BeeRef-0.1.1/BeeRef-0.1.1
Exec=/home/yourname/path/to/BeeRef-0.2.0/BeeRef-0.2.0
Type=Application
Icon=/home/yourname/path/to/BeeRef-0.1.1/beeref/assets/logo.png
Name[en_US]=Beeref
Icon=/home/yourname/path/to/BeeRef-0.2.0/beeref/assets/logo.png
Name[en_US]=BeeRef
MimeType=application/x-beeref;
Categories=Qt;KDE;Graphics;

View file

@ -15,8 +15,8 @@
APPNAME = 'BeeRef'
APPNAME_FULL = f'{APPNAME} Reference Image Viewer'
VERSION = '0.1.1'
WEBSITE = 'https://beeref.org'
VERSION = '0.2.0'
WEBSITE = 'https://github.com/rbreu/beeref'
COPYRIGHT = 'Copyright © 2021 Rebecca Breu'
COLORS = {

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='BeeRef',
version='0.1.1',
version='0.2.0',
author='Rebecca Breu',
author_email='rebecca@rbreu.de',
url='https://github.com/rbreu/beeref',