We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5840a commit 3bfaf52Copy full SHA for 3bfaf52
2 files changed
riemann_client/__init__.py
@@ -1,4 +1,4 @@
1
"""A Python Riemann client and command line tool"""
2
3
-__version__ = '5.0.0'
+__version__ = '5.0.1'
4
__author__ = 'Sam Clements <sam.clements@datasift.com>'
setup.py
@@ -4,7 +4,7 @@
5
setuptools.setup(
6
name='riemann-client',
7
- version='5.0.0',
+ version='5.0.1',
8
9
author="Sam Clements",
10
author_email="sam.clements@datasift.com",
@@ -17,8 +17,8 @@
17
packages=setuptools.find_packages(),
18
19
install_requires=[
20
- 'click>=3.1,>4.0',
21
- 'protobuf>=2.3.0',
+ 'click>=3.1,<4.0',
+ 'protobuf>=2.3.0,<3.0.0',
22
],
23
24
extras_require={
0 commit comments