Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman committed Mar 20, 2023
1 parent 49f4910 commit d3d8324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
description="Simple MJPEG streamer for Python",
long_description=long_description,
long_description_content_type="text/markdown",
version="2023.3.19",
version="2023.3.20",
license="AGPLv3",
download_url="https://github.com/egeakman/mjpeg-streamer/archive/2023.3.19.tar.gz",
download_url="https://github.com/egeakman/mjpeg-streamer/archive/2023.3.20.tar.gz",
packages=find_packages(where=".", exclude=["tests"]),
python_requires=">=3.6",
install_requires=[
Expand Down

0 comments on commit d3d8324

Please sign in to comment.