Skip to content

Commit 11043df

Browse files
committed
Bump version
1 parent 5e51bfe commit 11043df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3',
14+
version='6.2.0',
1515

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

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ deps=
4545
sphinx_rtd_theme
4646

4747
# Build a source package and python2/3 specific wheel packages
48-
# $ tox -e "py{27,34}-release"
48+
# $ tox -e "py{27,35}-release"
4949

5050
[testenv:py27-release]
5151
commands=python setup.py bdist_wheel upload
5252
deps=wheel
5353

54-
[testenv:py34-release]
54+
[testenv:py35-release]
5555
commands=python setup.py sdist bdist_wheel upload
5656
deps=wheel

0 commit comments

Comments
 (0)