Compare commits

..

No commits in common. "06e12a84672f7e25788c2416bc5e81dfda929614" and "8b34f6d4754b8e75c9649583f0d4234fb012fd85" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.4'

View File

@ -10,7 +10,8 @@ from setuptools import setup
PACKAGE_NAME = 'clients_protocol'
PACKAGE_DESCRIPTION = """
# Common HTTP/REST clients interface""".strip()
# Common HTTP/REST clients interface
""".strip()
PACKAGE_DESCRIPTION_SHORT = """
""".strip()