Up to version 0.1

This commit is contained in:
poka 2020-11-22 04:45:59 +01:00
parent 6bb37dbb47
commit cd945654bb
1 changed files with 1 additions and 1 deletions

View File

@ -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):