bugfix in version number
Gitea Actions For Tree-Structurer / Explore-Gitea-Actions (push) Successful in 22s Details

This commit is contained in:
Falko Victor Habel 2025-02-09 21:33:41 +01:00
parent 08e98defaa
commit 359d29ca68
2 changed files with 7 additions and 1 deletions

View File

@ -8,3 +8,9 @@ version = "1.0.0"
description = "A module for analyzing and creating directory structures"
scripts = {prodir = "prodir.__main__:main"}
dependencies = []
license = {text = "Creative Commons Attribution 4.0 International"}
authors = [
{ name="Falko Habel", email="falko.habel@fabelous.app" }
]

View File

@ -20,7 +20,7 @@ tree_structurer_module = Extension(
setup(
name='prodir',
version='0.1.0',
version='1.0.0',
description='A module for analyzing directory structures',
ext_modules=[tree_structurer_module],
packages=find_packages(where="src"),