From b3bb70ce8a6379dacc913e61a4e585a27cb3b8ee Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Sun, 5 May 2024 12:10:54 +0200 Subject: [PATCH] Bump version number to 0.3.4-dev --- beeref.desktop | 2 +- beeref/constants.py | 2 +- org.beeref.BeeRef.appdata.xml | 1 + setup.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/beeref.desktop b/beeref.desktop index 30d02b9..c6e3928 100644 --- a/beeref.desktop +++ b/beeref.desktop @@ -3,7 +3,7 @@ Name=BeeRef GenericName=Image Viewer Comment=A simple reference image viewer Terminal=false -Exec=/home/yourname/path/to/BeeRef-0.3.3.appimage +Exec=/home/yourname/path/to/BeeRef-0.3.4-dev.appimage Type=Application Icon=/home/yourname/path/to/logo.png diff --git a/beeref/constants.py b/beeref/constants.py index 86b4418..ae8988a 100644 --- a/beeref/constants.py +++ b/beeref/constants.py @@ -15,7 +15,7 @@ APPNAME = 'BeeRef' APPNAME_FULL = f'{APPNAME} Reference Image Viewer' -VERSION = '0.3.3' +VERSION = '0.3.4-dev' WEBSITE = 'https://github.com/rbreu/beeref' COPYRIGHT = 'Copyright © 2021-2024 Rebecca Breu' diff --git a/org.beeref.BeeRef.appdata.xml b/org.beeref.BeeRef.appdata.xml index 41a1890..c87d6e9 100644 --- a/org.beeref.BeeRef.appdata.xml +++ b/org.beeref.BeeRef.appdata.xml @@ -20,6 +20,7 @@ + diff --git a/setup.py b/setup.py index 8c767cf..48e6759 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='BeeRef', - version='0.3.3', + version='0.3.4-dev', author='Rebecca Breu', author_email='rebecca@rbreu.de', url='https://github.com/rbreu/beeref',