diff --git a/setup.py b/setup.py index 8486f23..2ea24cb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='drupy', - version='0.2', + version='0.3', description='Python based deployment tool for drupal', long_description='Fast, multisite capable drupal deployment tool', author='Roman Zimmermann', @@ -18,7 +18,7 @@ keywords='drupal drupy build', url='https://github.com/moreonion/drupy', - download_url='https://github.com/moreonion/drupy/archive/v0.2.tar.gz', + download_url='https://github.com/moreonion/drupy/archive/v0.3.tar.gz', packages=['drupy'], entry_points={