Skip to content

Commit

Permalink
Update dates in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adambuttrick committed Jan 2, 2024
1 parent 59aef34 commit a0326d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"DataCite - Aggregrate overlap": DataCite_view
}

funder_registry_version = '1.54'
ror_registry_version = '1.36'
works_count_date = '2023/11/11'
funder_registry_version = '1.55'
ror_registry_version = '1.39'
works_count_date = '2023/01/01'

def main():
sidebar_title = st.sidebar.title("Views")
Expand Down

0 comments on commit a0326d5

Please sign in to comment.