Version fix and added a new line...

This commit is contained in:
Johannes Findeisen 2022-05-04 05:32:59 +02:00
commit af62c76817
2 changed files with 5 additions and 4 deletions

2
uplink
View file

@ -32,7 +32,7 @@ from threading import Thread
from uplink import Uplink
# Version format: MAJOR.FEATURE.FIXES
__version__ = "0.5.0-development"
__version__ = "0.5.1-development"
# TODO: CHECK ALL ERROR HANDLING!!!
# TODO: IDEA: Implement a small webserver inline to get statistics and graphs over the network?