summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2024-10-31 15:40:40 +0100
committerjaseg <git@jaseg.de>2024-10-31 15:52:16 +0100
commitec85ebad75b5b49c2bf0d142eb0bf0d09e5082bf (patch)
tree8c4a7f804ab93f2a2c2a88ed5e93baf79964591e /pyproject.toml
parenta51a52291f6e478db6238cb1cd4a410b4d4dbd83 (diff)
downloadinfiray_irg_py-ec85ebad75b5b49c2bf0d142eb0bf0d09e5082bf.tar.gz
infiray_irg_py-ec85ebad75b5b49c2bf0d142eb0bf0d09e5082bf.tar.bz2
infiray_irg_py-ec85ebad75b5b49c2bf0d142eb0bf0d09e5082bf.zip
Bump version to v1.3.0v1.3.0main
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 77784f4..7bdd238 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
[project]
name = "infiray_irg"
-version = "1.2.0"
+version = "1.3.0"
authors = [
{ name="jaseg", email="code@jaseg.de" },
]