Skip to content

Commit 6e38b65

Browse files
authored
update pip command (#203)
1 parent 7839729 commit 6e38b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Python client for the [Polygon.io API](https://polygon.io).
77

88
## Install
99

10-
`pip install polygon-api-client~=1.0.0b`
10+
`pip install polygon-api-client`
1111

1212
Requires Python >= 3.8.
1313

docs/source/Getting-Started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requirements:
88

99
.. code-block:: shell
1010
11-
pip install polygon-api-client~=1.0.0b
11+
pip install polygon-api-client
1212
1313
HTTP client usage
1414
-----------------

0 commit comments

Comments
 (0)