Skip to content

Commit 461be8a

Browse files
committed
Bump version
1 parent ddd13b6 commit 461be8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

riemann_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""A Python Riemann client and command line tool"""
22

3-
__version__ = '6.1.1'
3+
__version__ = '6.1.2'
44
__author__ = 'Sam Clements <sam.clements@datasift.com>'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name='riemann-client',
14-
version='6.1.1',
14+
version='6.1.2',
1515

1616
author="Sam Clements",
1717
author_email="sam.clements@datasift.com",

0 commit comments

Comments
 (0)