Skip to content

Commit

Permalink
fix: separator html comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 22, 2023
1 parent 89ea804 commit d00d3aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sec_api_io/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.12"
__version__ = "0.0.13"
4 changes: 3 additions & 1 deletion sec_api_io/secapio_data_retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _get_report_html(
f' id="{section.value}"'
f' title="{title}"'
' comment="This tag was added by '
'SecApiIoDataRetriever class based on sec-api.io API"'
'sec-api-io library based on sec-api.io API"'
' style="display: none;"'
"</top-level-section-start-marker>"
)
Expand Down Expand Up @@ -225,3 +225,5 @@ def _extract_accession_number(url: str) -> str:
msg = f"expected a str, got {type(result)}"
raise TypeError(msg)
return result
return result
return result
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-api-io
lib_name = sec-api-io
version = 0.0.12
version = 0.0.13
min_python = 3.7
license = mit
black_formatting = False
Expand Down

0 comments on commit d00d3aa

Please sign in to comment.