Bump version number to 0.2.1-dev

This commit is contained in:
Rebecca Breu 2021-09-20 19:14:01 +02:00
parent ccbafb48ca
commit 206f216f81
4 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
0.2.1 - (unreleased)
====================
0.2.0 - 2021-09-06
==================

View file

@ -1,8 +1,8 @@
[Desktop Entry]
Name=BeeRef
Comment=BeeRef 0.2.0
Comment=BeeRef 0.2.1-dev
Terminal=false
Exec=/home/yourname/path/to/BeeRef-0.2.0-linux
Exec=/home/yourname/path/to/BeeRef-0.2.1-dev-linux
Type=Application
Icon=/home/yourname/path/to/logo.png
Name[en_US]=BeeRef

View file

@ -15,7 +15,7 @@
APPNAME = 'BeeRef'
APPNAME_FULL = f'{APPNAME} Reference Image Viewer'
VERSION = '0.2.0'
VERSION = '0.2.1-dev'
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.2.0',
version='0.2.1-dev',
author='Rebecca Breu',
author_email='rebecca@rbreu.de',
url='https://github.com/rbreu/beeref',