Bump version to 0.5.0

Hopefully we can get a release out on Monday
This commit is contained in:
Ian Cordasco
2016-08-10 19:49:47 -05:00
parent 6f5d34f730
commit 9259ce0136
+1 -3
View File
@@ -1,14 +1,12 @@
from setuptools import setup, find_packages
import codecs
import os
import re
long_description = open(
os.path.join(os.path.dirname(__file__), 'README.rst')).read()
setup(
name="httpbin",
version="0.4.1",
version="0.5.0",
description="HTTP Request and Response Service",
long_description=long_description,