diff --git a/.gitignore b/.gitignore index 300a17c1..71f9431a 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ target/ #Ipython Notebook .ipynb_checkpoints + +menv/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 98ffccb9..35324ec0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "polygon-api-client" -version = "0.0.0" +version = "1.14.2" description = "Official Polygon.io REST and Websocket client." authors = ["polygon.io"] license = "MIT"