bump version

This commit is contained in:
Kevin McCarthy
2014-06-08 18:04:22 -10:00
parent 7e2214ce14
commit dcb6f7ded6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -125,6 +125,7 @@ $ gunicorn httpbin:app
## Changelog
* 0.1.2: Fix a couple Python3 bugs with the random byte endpoints, fix a bug when uploading files without a Content-Type header set.
* 0.1.1: Added templates as data in setup.py
* 0.1.0: Added python3 support and (re)publish on PyPI
+1 -1
View File
@@ -5,7 +5,7 @@ import re
setup(
name="httpbin",
version="0.1.1",
version="0.1.2",
description="HTTP Request and Response Service",
# The project URL.