Skip to content

Commit

Permalink
Bump version to 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alan890104 committed Feb 19, 2024
1 parent 370f4b2 commit 6d81fdf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dotenv import load_dotenv
import sys

load_dotenv()
load_dotenv(verbose=True, override=True)

LOGGER = logging.getLogger(__name__)

Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ticton"
version = "0.1.13"
version = "0.1.14"
description = ""
authors = ["alan890104 <[email protected]>"]
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ aiohttp = "^3.9.3"
tonsdk = "1.0.13"
tonpy = "0.0.0.1.2b0"
tvm-valuetypes = "^0.0.12"
pytoncenter = "0.0.12"
pytoncenter = "0.0.13"


[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ticton/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .arithmetic import FixedFloat, to_token, token_to_float
from .client import TicTonAsyncClient

__version__ = "0.1.13"
__version__ = "0.1.14"

__all__ = [
"FixedFloat",
Expand Down

0 comments on commit 6d81fdf

Please sign in to comment.