We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7839729 commit 6e38b65Copy full SHA for 6e38b65
README.md
@@ -7,7 +7,7 @@ Python client for the [Polygon.io API](https://polygon.io).
7
8
## Install
9
10
-`pip install polygon-api-client~=1.0.0b`
+`pip install polygon-api-client`
11
12
Requires Python >= 3.8.
13
docs/source/Getting-Started.rst
@@ -8,7 +8,7 @@ Requirements:
.. code-block:: shell
- pip install polygon-api-client~=1.0.0b
+ pip install polygon-api-client
HTTP client usage
14
-----------------
0 commit comments