Skip to content

Commit

Permalink
docs: fix features description
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 12, 2023
1 parent 3018baf commit 2ea2334
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.1.2"
__version__ = "0.1.3"
from sec_downloader.core import DownloadStorage, FileContent

__all__ = ["DownloadStorage", "FileContent"]
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.1.2
version = 0.1.3
min_python = 3.7
license = mit
black_formatting = False
Expand Down

0 comments on commit 2ea2334

Please sign in to comment.