summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-04-21 18:48:41 +0200
committerjaseg <git@jaseg.de>2024-04-21 19:22:37 +0200
commit8bf08df3360e3dbfbf7fa1f713099c79d4b349e6 (patch)
tree997deec5f8b7bb04238ec0ca5d88c9340a46698a /pyproject.toml
parent2af2479196370f5a1ab3d7f1c275d80047e5c258 (diff)
downloadtaep-main.tar.gz
taep-main.tar.bz2
taep-main.zip
Bump version to v1.0.0-rc2v1.0.0-rc2main
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 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"}]