Skip to content

Commit

Permalink
Version bumped to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Jun 10, 2016
1 parent 851183b commit 12c08dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
project = u'Cantal-Py'
copyright = u'2015, Paul Colomiets'

version = '0.1'
release = '0.1'
version = '0.2'
release = '0.2.0'

exclude_patterns = ['_build']

Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
from distutils.core import setup

setup(name='cantal',
version='0.1.0',
description='The client library for monitoring and heartbeating',
version='0.2.0',
description='The library that submits metrics to cantal',
author='Paul Colomiets',
author_email='paul@colomiets.name',
url='http://github.com/tailhook/cantal-py',
packages=['cantal'],
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
],
Expand Down

0 comments on commit 12c08dc

Please sign in to comment.