From 659a53cc6033ba50e8b6b7ff6620ce3185a1cda7 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 7 Nov 2021 19:34:03 -0800 Subject: [PATCH] Let version be an x.y.z string. --- hnarchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnarchive.py b/hnarchive.py index 687c8d5..ff56450 100644 --- a/hnarchive.py +++ b/hnarchive.py @@ -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}.',