Skip to content

Commit

Permalink
Upgraded version number to v1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoof committed Sep 21, 2023
1 parent 78289c4 commit 201872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_bib.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from check_bib import check_bib_file_for_duplicates

# Define the version number
bibcom_ver = "v0.5"
bibcom_ver = "v1.0"

# User needs to supply their ADS token as the 'token' variable, via then env variable $ADS_API_TOKEN, or later in a file
token = os.getenv("ADS_API_TOKEN")
Expand Down

0 comments on commit 201872f

Please sign in to comment.