chore: update version; change name in readme

This commit is contained in:
firedotguy
2026-02-07 18:01:38 +03:00
parent 201f720843
commit 006bda53c1
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='itd-sdk',
version='0.3.0',
version='1.0.0',
packages=find_packages(),
install_requires=[
'requests', 'pydantic'