Skip to content

Commit

Permalink
0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 28, 2023
1 parent 128325c commit 1f50730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meme_generator/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.14"
__version__ = "0.0.15"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "meme-generator"
version = "0.0.14"
version = "0.0.15"
description = "Python package for making fun pictures"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand All @@ -17,7 +17,7 @@ exclude = [
python = "^3.8"
httpx = ">=0.20.0,<1.0.0"
loguru = ">=0.6.0,<1.0.0"
pil-utils = "^0.1.7"
pil-utils = "^0.1.8"
toml = "^0.10.2"
fastapi = ">=0.93.0,<1.0.0"
uvicorn = ">=0.20.0,<1.0.0"
Expand Down

0 comments on commit 1f50730

Please sign in to comment.