Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
Hopefully we can get a release out on Monday
  • Loading branch information
sigmavirus24 committed Aug 11, 2016
1 parent 6f5d34f commit 9259ce0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
@@ -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,

Expand Down

0 comments on commit 9259ce0

Please sign in to comment.