Merge pull request #4 from sprockets/bump-version

Bump version
This commit is contained in:
Gavin M. Roy 2014-11-05 15:05:14 -05:00
commit 510a921a45
2 changed files with 5 additions and 2 deletions

View file

@ -9,4 +9,7 @@ cover-package = sprockets.clients.statsd
verbose = 1
[flake8]
exclude = build,dist,doc,env
exclude = build,dist,doc,env
[wheel]
universal = 1

View file

@ -29,7 +29,7 @@ if sys.version_info < (3, 0):
setuptools.setup(
name='sprockets.clients.statsd',
version='1.0.2',
version='1.1.0',
description='A minimalistic statsd client used by sprockets.mixins.statsd',
long_description=open('README.rst').read(),
url='https://github.com/sprockets/sprockets.clients.statsd.git',