Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cholcombe973 committed Jun 1, 2016
1 parent 43beeaf commit 645598f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.2.1',
version='0.3.0',

description='A wrapper around librados json commands',
long_description=long_description,
Expand Down Expand Up @@ -74,7 +74,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['python-cephlibs', 'charmhelpers'],
install_requires=['python-cephlibs'],
extras_require={
'dev': ['python-cephlibs'],
},
Expand Down

0 comments on commit 645598f

Please sign in to comment.