diff --git a/nanohttp.py b/nanohttp.py index db2628a..a1caf6f 100644 --- a/nanohttp.py +++ b/nanohttp.py @@ -17,7 +17,7 @@ import ujson -__version__ = '0.1.0-dev.26' +__version__ = '0.1.0-dev.27' DEFAULT_CONFIG_FILE = 'nanohttp.yml' DEFAULT_ADDRESS = '8080'