Skip to content

Commit

Permalink
Update setup.py to develop version
Browse files Browse the repository at this point in the history
  • Loading branch information
theherk committed Sep 28, 2016
1 parent 27bbba1 commit 86af7da
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 @@ -23,13 +23,13 @@

setup(
name='pinkopy',
version='2.1.2',
version='2.2.dev',
description='Python wrapper for Commvault api',
long_description=readme,
author='Herkermer Sherwood',
author_email='[email protected]',
url='https://github.com/theherk/pinkopy',
download_url='https://github.com/theherk/pinkopy/archive/2.1.2.zip',
download_url='https://github.com/theherk/pinkopy/archive/2.2.dev.zip',
packages=find_packages(),
platforms=['all'],
license='MIT',
Expand Down

0 comments on commit 86af7da

Please sign in to comment.