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

@@ -1,4 +1,4 @@
# pyITDclient
# itd-sdk
Клиент ITD для python

View File

@@ -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 = [

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'