Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lvfrazao committed Oct 30, 2019
1 parent 078f434 commit f70f1ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IEXTools

v 0.0.6
v 0.0.7

This package provides tools for working with data provided by IEX's REST API and tools to decode and use IEX's binary market data (dubbed "HIST"). For more information on the type of data offered by IEX please visit their website: <https://iextrading.com/developer/docs> and <https://iextrading.com/trading/market-data/>

Expand Down Expand Up @@ -284,6 +284,10 @@ By not specifying the `allowed` argument the parser returns 1,000,000 parsed mes

- Fixed bug raised in issue #7

### 0.0.7

- Fixed bug raised in issue #9

### Future Focus

- Additional testing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
EMAIL = ''
AUTHOR = 'Victor Frazao'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '0.0.6'
VERSION = '0.0.7'

# What packages are required for this module to be executed?
REQUIRED = ['requests']
Expand Down

0 comments on commit f70f1ae

Please sign in to comment.