diff --git a/Dockerfile b/Dockerfile index 87f84c6..f1c32bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ FROM python:3.10-buster LABEL org.opencontainers.image.source="https://github.com/northpowered/SimpleSLA" +LABEL version="2.0.2" + WORKDIR /app COPY requirements.txt requirements.txt diff --git a/main.py b/main.py index 496f428..1b95646 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ if __name__ == "__main__": - __version__ = "2.0.0" + __version__ = "2.0.2" __author__ = "https://github.com/northpowered" ap = argparse.ArgumentParser()