Skip to content

Commit

Permalink
Update dataset version to v1.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Apr 15, 2023
1 parent d01273c commit 0ddbf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synergy_dataset/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
WORK_MAPPING = ["doi", "title", "abstract"]

SYNERGY_VERSION = (
os.getenv("SYNERGY_VERSION") if os.getenv("SYNERGY_VERSION") else "1.0"
os.getenv("SYNERGY_VERSION") if os.getenv("SYNERGY_VERSION") else "v1.0rc0"
)
SYNERGY_PATH = os.getenv("SYNERGY_PATH")
SYNERGY_ROOT = Path("~", ".synergy_dataset_source").expanduser()
Expand Down

0 comments on commit 0ddbf5b

Please sign in to comment.