diff --git a/python/mopp/pyproject.toml b/python/mopp/pyproject.toml index a938008..c83db96 100644 --- a/python/mopp/pyproject.toml +++ b/python/mopp/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mopp" -version = "1.0.4" +version = "1.0.5" authors = [ { name="Dr. Gerolf Ziegenhain", email="gerolf.ziegenhain@gmail.com" }, ] diff --git a/python/mopp/src/mopp/__init__.py b/python/mopp/src/mopp/__init__.py index c43ac00..17e884a 100644 --- a/python/mopp/src/mopp/__init__.py +++ b/python/mopp/src/mopp/__init__.py @@ -94,6 +94,7 @@ def ljust(string, width, fillchar=' '): # Module for MOPP protocol # Taken and adjusted from the m32-chat-server implementation by SP9WPN from math import ceil +import logging class Mopp: serial = 1