Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lawrence committed Nov 6, 2023
1 parent f7afb75 commit e0059c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion domonic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

__version__ = "0.9.11"
__version__ = "0.9.12"
__license__ = "MIT"
__author__ = "@byteface"

Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
coverage==6.3.1
flake8==4.0.1
itsdangerous==2.1.2
Jinja2==3.0.3
Sphinx==5.0.2
fastapi==0.104.1
uvicorn==0.24.0.post1
sanic==22.6.1
sanic-session==0.8.0
toml==0.10.2
ujson==5.2.0
websockets==10.1
Expand Down

0 comments on commit e0059c1

Please sign in to comment.