Skip to content

Commit 4f6a294

Browse files
committed
chore: bump version to 0.1.2 in __init__.py, pyproject.toml, and setup.py
1 parent d5697c9 commit 4f6a294

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vortex-sdk-python"
7-
version = "0.1.0"
7+
version = "0.1.2"
88
description = "Python wrapper for Vortex SDK using Node.js subprocess"
99
readme = "README.md"
1010
authors = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="vortex-sdk-python",
8-
version="0.1.0",
8+
version="0.1.2",
99
author="Pendulum Chain",
1010
author_email="[email protected]",
1111
description="Python wrapper for Vortex SDK using Node.js subprocess",

src/vortex_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
APIError,
1919
)
2020

21-
__version__ = "0.1.0"
21+
__version__ = "0.1.2"
2222
__all__ = [
2323
"VortexSDK",
2424
"FiatToken",

0 commit comments

Comments
 (0)