Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 17, 2022. It is now read-only.

Commit ad58427

Browse files
author
Sam Clements
committed
Use riemann-client 3.0.3 or above
1 parent 876d442 commit ad58427

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name = "supermann",
10-
version = '1.8.0',
10+
version = '1.8.1',
1111

1212
author = "Sam Clements",
1313
author_email = "[email protected]",
@@ -23,7 +23,7 @@
2323
'blinker==1.3',
2424
'protobuf==2.5.0',
2525
'psutil==1.2.0',
26-
'riemann-client==3.0.1',
26+
'riemann-client>=3.0.3',
2727
'supervisor==3.0',
2828
],
2929

supermann/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from supermann.core import Supermann
66

7-
__version__ = '1.7.2'
7+
__version__ = '1.8.1'
88
__author__ = 'Sam Clements <[email protected]>'
99
__all__ = ['Supermann']

0 commit comments

Comments
 (0)