Skip to content

Commit 6579e59

Browse files
author
Sam Clements
committed
Bumped version for release
1 parent 6791ab0 commit 6579e59

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__ = '3.1.0-dev'
3+
__version__ = '4.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
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name='riemann-client',
13-
version='3.1.0',
13+
version='4.0.0',
1414

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

0 commit comments

Comments
 (0)