diff --git a/pyproject.toml b/pyproject.toml index c3c5333..6012afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ticton" -version = "0.1.10" +version = "0.1.11" description = "" authors = ["alan890104 "] readme = "README.md" diff --git a/ticton/__init__.py b/ticton/__init__.py index eca70e1..e2cdc43 100644 --- a/ticton/__init__.py +++ b/ticton/__init__.py @@ -1,7 +1,7 @@ from .arithmetic import FixedFloat, to_token, token_to_float from .client import TicTonAsyncClient -__version__ = "0.1.10" +__version__ = "0.1.11" __all__ = [ "FixedFloat",