Skip to content

Commit 0530b56

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

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__ = '5.0.0-dev'
3+
__version__ = '5.0.0'
44
__author__ = 'Sam Clements <sam.clements@datasift.com>'

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="sam.clements@datasift.com",

0 commit comments

Comments
 (0)