mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Bump version number to 0.3.1-dev
This commit is contained in:
parent
c38f8e3482
commit
a7fb33c28c
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
0.3.1 - (not released yet)
|
||||
==========================
|
||||
|
||||
tbd
|
||||
|
||||
0.3.0 - 2023-11-23
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
APPNAME = 'BeeRef'
|
||||
APPNAME_FULL = f'{APPNAME} Reference Image Viewer'
|
||||
VERSION = '0.3.0'
|
||||
VERSION = '0.3.1-dev'
|
||||
WEBSITE = 'https://github.com/rbreu/beeref'
|
||||
COPYRIGHT = 'Copyright © 2021-2023 Rebecca Breu'
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='BeeRef',
|
||||
version='0.3.0',
|
||||
version='0.3.1-dev',
|
||||
author='Rebecca Breu',
|
||||
author_email='rebecca@rbreu.de',
|
||||
url='https://github.com/rbreu/beeref',
|
||||
|
|
|
|||
Loading…
Reference in a new issue