Update version to v0.1.0

This commit is contained in:
Richard Kubíček
2025-01-16 14:23:32 +01:00
parent ef599f1921
commit cf18c057d4

View File

@@ -2,10 +2,10 @@ from setuptools import setup, find_namespace_packages
setup( setup(
name='superfaktura_client', name='superfaktura_client',
version='0.0.2', version='0.1.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='', license='GNU GPLv3',
author='Richard Kubíček', author='Richard Kubíček',
author_email='kubicekr@eledio.com', author_email='kubicekr@eledio.com',
install_requires=[ install_requires=[