From cf18c057d43e485df72e1c2c5bd45c7ce5d9e2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Thu, 16 Jan 2025 14:23:32 +0100 Subject: [PATCH] Update version to v0.1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c00dc03..7cf55a7 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ from setuptools import setup, find_namespace_packages setup( name='superfaktura_client', - version='0.0.2', + version='0.1.0', packages=find_namespace_packages(), url='https://github.com/eledio-helpers/superfaktura-client', - license='', + license='GNU GPLv3', author='Richard Kubíček', author_email='kubicekr@eledio.com', install_requires=[