mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 06:46:16 +00:00
Bump version to 0.5.0
Hopefully we can get a release out on Monday
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user