Skip to content

Commit

Permalink
prepare to publishing on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyglazyrindev committed May 7, 2016
1 parent 16890b7 commit 0aab764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,7 +11,7 @@ def readme():

setup(
name='acmdrunner',
version='0.3',
version='0.5',
description='Ascetic command runner. The most ease way'
' to power your python app with custom management commands',
classifiers=[
Expand Down Expand Up @@ -42,5 +42,5 @@ def readme():
test_suite='tests',
keywords=['command', 'dispatch'],
download_url='https://github.com/sergeyglazyrindev/'
'asceticcmdrunner/tarball/0.3'
'asceticcmdrunner/tarball/0.5'
)

0 comments on commit 0aab764

Please sign in to comment.