Skip to content

Commit ce8407a

Browse files
committed
Prep for publish to 1.0.4
1 parent 8e43cce commit ce8407a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Overview
1111

12-
Current Version: **0.1.3**
12+
Current Version: **0.1.4**
1313

1414
The Securities & Exchange Commission (SEC) has a treasure trove of business data available to indviduals
1515
for free. However, the biggest obstacle to getting this free data boils down to two challenges:

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
author_email='[email protected]',
1818

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.

0 commit comments

Comments
 (0)