Let version be an x.y.z string.
This commit is contained in:
parent
45a9d2eefa
commit
659a53cc60
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ from voussoirkit import vlogging
|
||||||
|
|
||||||
log = vlogging.getLogger(__name__, 'hnarchive')
|
log = vlogging.getLogger(__name__, 'hnarchive')
|
||||||
|
|
||||||
VERSION = 1
|
VERSION = '1.0.0'
|
||||||
|
|
||||||
HEADERS = {
|
HEADERS = {
|
||||||
'User-Agent': f'voussoir/hnarchive v{VERSION}.',
|
'User-Agent': f'voussoir/hnarchive v{VERSION}.',
|
||||||
|
|
Loading…
Reference in a new issue