From 46b73178950dc0aa01afb5d17e04c5009ab45ecf Mon Sep 17 00:00:00 2001 From: Simone Scarduzio Date: Tue, 23 Sep 2025 13:45:35 +0200 Subject: [PATCH] simle version --- pyproject.toml | 2 +- src/deltaglider/_version.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c45b7f3..00d91f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Beshu Tech", email = "info@beshu.tech"}, ] maintainers = [ - {name = "Beshu Tech Team", email = "support@beshu.tech"}, + {name = "Beshu Tech Team", email = "info@beshu.tech"}, ] readme = "README.md" license = {text = "MIT"} diff --git a/src/deltaglider/_version.py b/src/deltaglider/_version.py index c96e43f..1b49903 100644 --- a/src/deltaglider/_version.py +++ b/src/deltaglider/_version.py @@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE commit_id: COMMIT_ID __commit_id__: COMMIT_ID -__version__ = version = '0.1.3.post0' -__version_tuple__ = version_tuple = (0, 1, 3, 'post0') +__version__ = version = '0.1.0' +__version_tuple__ = version_tuple = (0, 1, 0) -__commit_id__ = commit_id = 'gc30609efd' +__commit_id__ = commit_id = 'gf08960b6c'