1
0
Fork 0

Let version be an x.y.z string.

This commit is contained in:
voussoir 2021-11-07 19:34:03 -08:00
parent 45a9d2eefa
commit 659a53cc60
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -17,7 +17,7 @@ from voussoirkit import vlogging
log = vlogging.getLogger(__name__, 'hnarchive')
VERSION = 1
VERSION = '1.0.0'
HEADERS = {
'User-Agent': f'voussoir/hnarchive v{VERSION}.',