Skip to content

Commit 0530b56

Browse files
committed
Release version 5
1 parent 262c504 commit 0530b56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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__ = '5.0.0-dev'
3+
__version__ = '5.0.0'
44
__author__ = 'Sam Clements <[email protected]>'

setup.py

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

55
setuptools.setup(
66
name='riemann-client',
7-
version='5.0.0-dev',
7+
version='5.0.0',
88

99
author="Sam Clements",
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)