Skip to content

Commit 201872f

Browse files
committed
Upgraded version number to v1.0.
1 parent 78289c4 commit 201872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile_bib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from check_bib import check_bib_file_for_duplicates
88

99
# Define the version number
10-
bibcom_ver = "v0.5"
10+
bibcom_ver = "v1.0"
1111

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

0 commit comments

Comments
 (0)