Bump version to v1.0.0-rc2

This commit is contained in:
jaseg 2024-04-21 18:48:41 +02:00
parent 2af2479196
commit 8bf08df336
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ py-modules = ['taep']
[project]
name = "taep"
version = "v1.0.0-rc1"
version = "v1.0.0-rc2"
description = "Print pictures as collages using label tape printers"
readme = "README.rst"
authors = [{name = "jaseg", email = "code@jaseg.de"}]

View file

@ -18,7 +18,7 @@ from bs4 import BeautifulSoup
from .svg_util import *
__version__ = "v1.0.0-rc1"
__version__ = "v1.0.0-rc2"
USVG_DPI = 96.0