From cd945654bb4a909dc56bc338be7dbb131654cd72 Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 22 Nov 2020 04:45:59 +0100 Subject: [PATCH] Up to version 0.1 --- lib/cesiumMessaging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cesiumMessaging.py b/lib/cesiumMessaging.py index 7f84d71..5ce1403 100755 --- a/lib/cesiumMessaging.py +++ b/lib/cesiumMessaging.py @@ -6,7 +6,7 @@ from hashlib import sha256 from datetime import datetime from termcolor import colored -VERSION = "0.1-dev" +VERSION = "0.1" PUBKEY_REGEX = "(?![OIl])[1-9A-Za-z]{42,45}" def pp_json(json_thing, sort=True, indents=4):