Update setup.py

This commit is contained in:
Richard Kubíček
2025-03-04 14:57:43 +01:00
committed by GitHub
parent 940c989be8
commit a80ad31555

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
setup( setup(
name="superfaktura_client", name="superfaktura_client",
version="0.1.0", version="1.0.0",
packages=find_namespace_packages(), packages=find_namespace_packages(),
url="https://github.com/eledio-helpers/superfaktura-client", url="https://github.com/eledio-helpers/superfaktura-client",
license="MIT", license="MIT",