We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5697c9 commit 4f6a294Copy full SHA for 4f6a294
3 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "vortex-sdk-python"
7
-version = "0.1.0"
+version = "0.1.2"
8
description = "Python wrapper for Vortex SDK using Node.js subprocess"
9
readme = "README.md"
10
authors = [
setup.py
@@ -5,7 +5,7 @@
setup(
name="vortex-sdk-python",
- version="0.1.0",
+ version="0.1.2",
author="Pendulum Chain",
author_email="info@pendulumchain.tech",
11
description="Python wrapper for Vortex SDK using Node.js subprocess",
src/vortex_sdk/__init__.py
@@ -18,7 +18,7 @@
18
APIError,
19
)
20
21
-__version__ = "0.1.0"
+__version__ = "0.1.2"
22
__all__ = [
23
"VortexSDK",
24
"FiatToken",
0 commit comments