We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136230c commit 5f621ceCopy full SHA for 5f621ce
2 files changed
polymarket_cli/__init__.py
@@ -1,2 +1,2 @@
1
__all__ = ["__version__"]
2
-__version__ = "0.2.1"
+__version__ = "0.2.2"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "polymarket-cli"
7
-version = "0.2.1"
+version = "0.2.2"
8
description = "Production-oriented read-only CLI wrapper around Polymarket public Gamma + CLOB APIs"
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments