We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab9836 commit 8948197Copy full SHA for 8948197
setup.py
@@ -9,7 +9,7 @@
9
description="Tinyman Python SDK",
10
author="Tinyman",
11
author_email="hello@tinyman.org",
12
- version="2.1.1",
+ version="2.1.2",
13
long_description=long_description,
14
long_description_content_type="text/markdown",
15
license="MIT",
@@ -22,6 +22,7 @@
22
package_data={
23
"tinyman.v1": ["asc.json"],
24
"tinyman.v2": ["amm_approval.map.json", "swap_router_approval.map.json"],
25
+ "tinyman.liquid_staking": ["structs.json"],
26
},
27
include_package_data=True,
28
)
0 commit comments