diff --git a/pyproject.toml b/pyproject.toml index 8d7d070..a11fdc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ticton" -version = "0.1.8" +version = "0.1.9" description = "" authors = ["alan890104 "] readme = "README.md" diff --git a/ticton/__init__.py b/ticton/__init__.py index 44d1e95..5d917fb 100644 --- a/ticton/__init__.py +++ b/ticton/__init__.py @@ -2,7 +2,7 @@ from .client import TicTonAsyncClient from .toncenter import TonCenterClient, ToncenterWrongResult -__version__ = "0.1.8" +__version__ = "0.1.9" __all__ = [ "FixedFloat",