chore: update version

This commit is contained in:
firedotguy
2026-01-31 12:27:48 +03:00
parent 1a606da55f
commit 8d03171925
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 = "0.2.0"
version = "0.3.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.2.0',
version='0.3.0',
packages=find_packages(),
install_requires=[
'requests'