We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd13b6 commit 461be8aCopy full SHA for 461be8a
2 files changed
riemann_client/__init__.py
@@ -1,4 +1,4 @@
1
"""A Python Riemann client and command line tool"""
2
3
-__version__ = '6.1.1'
+__version__ = '6.1.2'
4
__author__ = 'Sam Clements <sam.clements@datasift.com>'
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name='riemann-client',
14
- version='6.1.1',
+ version='6.1.2',
15
16
author="Sam Clements",
17
author_email="sam.clements@datasift.com",
0 commit comments