Skip to content

Commit

Permalink
docs(readme): fix pip instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Dec 22, 2023
2 parents 4d84a74 + 88b3df6 commit 65fd013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sec_downloader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.10.1"
__version__ = "0.10.2"
from sec_downloader.core import Downloader
from sec_downloader.download_storage import DownloadStorage, FileContent

Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = sec-downloader
lib_name = sec-downloader
version = 0.10.1
version = 0.10.2
min_python = 3.7
license = mit
black_formatting = False
Expand Down

0 comments on commit 65fd013

Please sign in to comment.