chore: update version

This commit is contained in:
firedotguy
2026-02-07 18:52:10 +03:00
parent 27bd528883
commit 6236c5981b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "itd-sdk"
version = "1.0.0"
version = "1.0.1"
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='1.0.0',
version='1.0.1',
packages=find_packages(),
install_requires=[
'requests', 'pydantic'