simle version

This commit is contained in:
Simone Scarduzio
2025-09-23 13:45:35 +02:00
parent edcbd2c7d0
commit 46b7317895
2 changed files with 4 additions and 4 deletions

View File

@@ -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"}

View File

@@ -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'