Skip to content

Commit 95f88a0

Browse files
committed
Add prep for publishing new library.
1 parent 13d74be commit 95f88a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8, 3.9]
17+
python-version: [3.7, 3.8, 3.9]
1818

1919
steps:
2020
- uses: actions/checkout@v2

setup.py

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

1919
# I'm in alpha development still, so a compliant version number is a1.
2020
# read this as MAJOR VERSION 0, MINOR VERSION 1, MAINTENANCE VERSION 0
21-
version='0.1.3',
21+
version='0.1.2',
2222

2323
# here is a simple description of the library, this will appear when someone searches for the library on https://pypi.org/search
2424
description='A client library for collecting and scraping SEC filings.',

0 commit comments

Comments
 (0)