Skip to content

Commit

Permalink
prepares v0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Dec 12, 2022
1 parent 353ebe4 commit d4feda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basedemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, name: str, wp_func: typing.Callable, **kwargs):
return
parser = argparse.ArgumentParser(description=name)
parser.add_argument("--host", default=JustpyServer.getDefaultHost())
parser.add_argument("--port", type=int, default=8400)
parser.add_argument("--port", type=int, default=8000)
args = parser.parse_args()
import justpy as jp

Expand Down
2 changes: 1 addition & 1 deletion justpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""JustPy is an object-oriented, component based, high-level Python Web Framework that requires no front-end programming"""
from .justpy import *

__version__ = "0.11.5"
__version__ = "0.11.6"

0 comments on commit d4feda3

Please sign in to comment.