From 411c27d09fce68b5ace8e519373dcddb80642dde Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 8 May 2012 01:41:40 -0400 Subject: [PATCH] v0.1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0712b0e..ce8757e 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ This simple module gives you an elegant interface for your command line argumemn from setuptools import setup setup( - name='dj-database-url', - version='1.0.0', + name='args', + version='0.1.0', url='https://github.com/kennethreitz/args', license='BSD', author='Kenneth Reitz',