From 8bf08df3360e3dbfbf7fa1f713099c79d4b349e6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 21 Apr 2024 18:48:41 +0200 Subject: Bump version to v1.0.0-rc2 --- pyproject.toml | 2 +- taep/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8faf7ec..1b69677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}] diff --git a/taep/__init__.py b/taep/__init__.py index 985705f..9c5d869 100644 --- a/taep/__init__.py +++ b/taep/__init__.py @@ -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 -- cgit