We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8ef5e commit 5533e05Copy full SHA for 5533e05
2 files changed
riemann_client/__init__.py
@@ -15,5 +15,5 @@
15
except ImportError:
16
pass
17
18
-__version__ = '6.1.3'
+__version__ = '6.4.0'
19
__author__ = 'Sam Clements <sam.clements@datasift.com>'
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name='riemann-client',
14
- version='6.3.0',
+ version='6.4.0',
author="Sam Clements",
author_email="sam.clements@datasift.com",
0 commit comments