File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 99
1010## Overview
1111
12- Current Version: ** 0.1.3 **
12+ Current Version: ** 0.1.4 **
1313
1414The Securities & Exchange Commission (SEC) has a treasure trove of business data available to indviduals
1515for free. However, the biggest obstacle to getting this free data boils down to two challenges:
Original file line number Diff line number Diff line change 17171818
1919 # define the version of the package.
20- version = '0.1.3 ' ,
20+ version = '0.1.4 ' ,
2121
22- # here is a simple description of the library, this will appear when someone searches for the library on https://pypi.org/search
22+ # here is a simple description of the library, this will appear when someone
23+ # searches for the library on https://pypi.org/search
2324 description = 'A client library for collecting and scraping SEC filings.' ,
2425
25- # I have a long description but that will just be my README file, note the variable up above where I read the file.
26+ # I have a long description but that will just be my README file, note the
27+ # variable up above where I read the file.
2628 long_description = long_description ,
2729
2830 # want to make sure that I specify the long description as MARKDOWN.
You can’t perform that action at this time.
0 commit comments