diff --git a/README.md b/README.md index 58efe22..e598fb4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pyITDclient +# itd-sdk Клиент ITD для python diff --git a/pyproject.toml b/pyproject.toml index a3d862d..f2389ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "itd-sdk" -version = "0.3.0" +version = "1.0.0" description = "ITD client for python" readme = "README.md" authors = [ diff --git a/setup.py b/setup.py index 40cf6e8..ae93e03 100644 --- a/setup.py +++ b/setup.py @@ -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'