Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
nferc committed Sep 7, 2022
1 parent 29e44f0 commit 0e46969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from flask import Flask, Response, abort, request, stream_with_context
from email.parser import BytesParser

__version__ = "1.2"
__version__ = "1.3"

ALL_METHODS = [
"GET",
Expand Down

0 comments on commit 0e46969

Please sign in to comment.