Updated versions

master
Mark Qvist 2022-11-01 21:07:06 +01:00
parent 1cb984c1ce
commit 295a036845
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ This rnodeconf package is outdated! The rnodeconf utility has been moved into th
Please uninstall the rnodeconf package, and use rnodeconf from the rns package instead: Please uninstall the rnodeconf package, and use rnodeconf from the rns package instead:
``` ```
pip uninstall rnodeconf pip uninstall rnodeconf rns
pip install rns --upgrade pip install rns --upgrade
``` ```

View File

@ -34,7 +34,7 @@ import math
from urllib.request import urlretrieve from urllib.request import urlretrieve
from importlib import util from importlib import util
program_version = "1.3.0" program_version = "1.3.1"
def main(): def main():
print("") print("")
@ -42,7 +42,7 @@ def main():
print("rns package, and the rnodeconf program in this package will no longer be maintained.") print("rns package, and the rnodeconf program in this package will no longer be maintained.")
print("Please uninstall the rnodeconf package, and use rnodeconf from the rns package instead:") print("Please uninstall the rnodeconf package, and use rnodeconf from the rns package instead:")
print("") print("")
print(" pip uninstall rnodeconf") print(" pip uninstall rnodeconf rns")
print("") print("")
print("While installing this version of the rnodeconf package, RNS 0.3.18 should have been") print("While installing this version of the rnodeconf package, RNS 0.3.18 should have been")
print("installed automatically as well. If it did not, you can install it with:") print("installed automatically as well. If it did not, you can install it with:")

View File

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