Updated version for release

pull/15/head 1.2.0
Mark Qvist 2022-03-02 10:56:10 +01:00
parent ceeb536538
commit d998279013
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ import math
from urllib.request import urlretrieve
from importlib import util
program_version = "1.1.9"
program_version = "1.2.0"
eth_addr = "0x81F7B979fEa6134bA9FD5c701b3501A2e61E897a"
btc_addr = "3CPmacGm34qYvR6XWLVEJmi2aNe3PZqUuq"
xmr_addr = "87HcDx6jRSkMQ9nPRd5K9hGGpZLn2s7vWETjMaVM5KfV4TD36NcYa8J8WSxhTSvBzzFpqDwp2fg5GX2moZ7VAP9QMZCZGET"

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="rnodeconf",
version="1.1.9",
version="1.2.0",
author="Mark Qvist",
author_email="mark@unsigned.io",
description="Configuration Utility for RNode hardware",