Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
romanov committed Sep 6, 2022
1 parent 3019ac5 commit 39b9aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if __name__ == "__main__":

__version__ = "2.0.0"
__version__ = "2.0.2"
__author__ = "https://github.com/northpowered"

ap = argparse.ArgumentParser()
Expand Down

0 comments on commit 39b9aee

Please sign in to comment.