Bump version to 1.0.2
* Modify Makefile to extract the version from the mainscript * Bump version to 1.0.2
This commit is contained in:
@@ -24,7 +24,7 @@ from http.server import BaseHTTPRequestHandler, HTTPServer
|
||||
from http.server import ThreadingHTTPServer
|
||||
from urllib.parse import urlparse, parse_qs
|
||||
|
||||
VERSION = "1.0.1"
|
||||
VERSION = "1.0.2"
|
||||
|
||||
# Configuration
|
||||
config = {}
|
||||
|
||||
Reference in New Issue
Block a user