(version) fixed version entry

pull/22/head
Langenfeld 2023-02-02 23:05:28 +01:00 zatwierdzone przez GitHub
rodzic 37f40229a3
commit 3b8f04e31b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ with open('README.md') as readme_file:
setup_args = dict(
name='py-gitea',
version='0.2.3',
version='0.2.6',
description='A python wrapper for the Gitea API',
long_description_content_type="text/markdown",
long_description=README,
@ -32,4 +32,4 @@ if __name__ == '__main__':
**setup_args,
install_requires=install_requires,
extras_require=extras_require
)
)