We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e17ba commit 599f3ffCopy full SHA for 599f3ff
setup.py
@@ -31,7 +31,7 @@ def finalize_options(self):
31
32
setup(
33
name="tonpy" if not IS_DEV else "tonpy-dev",
34
- version="0.0.0.1.4c0" if not IS_DEV else "0.0.0.6.2a1",
+ version="0.0.0.1.4c0" if not IS_DEV else "0.0.0.6.2b1",
35
author="Disintar LLP",
36
author_email="andrey@head-labs.com",
37
description="Types / API for TON blockchain",
0 commit comments