Skip to content

Commit

Permalink
doc: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Dec 7, 2023
1 parent e64ed70 commit d839bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion paperscraper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Initialize the module."""
__name__ = "paperscraper"
__version__ = "0.2.7"
__version__ = "0.2.8"

import logging
import os
Expand Down
6 changes: 3 additions & 3 deletions paperscraper/get_dumps/chemrxiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ def chemrxiv(
stored in jsonl format in save_path.
Args:
begin_date (Optional[str], optional): begin date expressed as YYYY-MM-DD.
begin_date (Optional[str]): begin date expressed as YYYY-MM-DD.
Defaults to None.
end_date (Optional[str], optional): end date expressed as YYYY-MM-DD.
end_date (Optional[str]): end date expressed as YYYY-MM-DD.
Defaults to None.
save_path (str, optional): Path where the dump is stored.
save_path (str): Path where the dump is stored.
Defaults to save_path.
"""

Expand Down

0 comments on commit d839bc9

Please sign in to comment.