Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mithem committed Jul 12, 2020
1 parent defb09d commit 9df8b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverly/__init__.py
Expand Up @@ -58,7 +58,7 @@ def hello_world(data):
description = "A really simple-to-use HTTP-server"
address = ("localhost", 8080)
name = "serverly"
version = "0.4.4"
version = "0.4.5"
logger = Logger("serverly.log", "serverly", False, True)
logger.header(True, True, description, fileloghelper_version=True,
program_version="serverly v" + version)
Expand Down

0 comments on commit 9df8b98

Please sign in to comment.