Skip to content

Commit

Permalink
MAINT setup classifier updates
Browse files Browse the repository at this point in the history
  • Loading branch information
twopirllc committed May 14, 2021
1 parent d1ea489 commit 54feb3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ This API has been designed to simplify the process of aquiring financial data fr

Stable
------
The ```pip``` version is the last most stable release. Version: *1.0.29*
The ```pip``` version is the last most stable release. Version: *1.0.30*
```sh
$ pip install alphaVantage-api
```

Latest Version
--------------
Best choice! Version: *1.0.29*
Best choice! Version: *1.0.30*
```sh
$ pip install -U git+https://github.com/twopirllc/AlphaVantageAPI
```
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="alphaVantage_api",
version="1.0.29",
version="1.0.30",
description=long_description,
long_description=long_description,
author="Kevin Johnson",
Expand All @@ -17,8 +17,6 @@
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit 54feb3c

Please sign in to comment.