From a80ad31555994336d0f0792ba3d8434a1a5c4f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Tue, 4 Mar 2025 14:57:43 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc516cd..36b0d73 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages setup( name="superfaktura_client", - version="0.1.0", + version="1.0.0", packages=find_namespace_packages(), url="https://github.com/eledio-helpers/superfaktura-client", license="MIT",