We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c0e99 commit 583eafeCopy full SHA for 583eafe
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='drupy',
5
- version='0.2',
+ version='0.3',
6
description='Python based deployment tool for drupal',
7
long_description='Fast, multisite capable drupal deployment tool',
8
author='Roman Zimmermann',
@@ -18,7 +18,7 @@
18
keywords='drupal drupy build',
19
20
url='https://github.com/moreonion/drupy',
21
- download_url='https://github.com/moreonion/drupy/archive/v0.2.tar.gz',
+ download_url='https://github.com/moreonion/drupy/archive/v0.3.tar.gz',
22
23
packages=['drupy'],
24
entry_points={
0 commit comments