summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-23 16:32:45 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-23 16:32:45 +0000
commit5794ed80235fd7b0e4cbaa8b0e2719aea1afe511 (patch)
treeb7fb4641ff0725fb22fbc704e00636085bc7ee01 /setup.py
parent9e6030b51137eb4d43c22db83b04b4c3957283d2 (diff)
downloadcliapp-5794ed80235fd7b0e4cbaa8b0e2719aea1afe511.tar.gz
Update version number.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 044424b..077752c 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='cliapp',
- version='0.1',
+ version='0.2',
description='Framework for Unix command line applications',
author='Lars Wirzenius',
author_email='liw@liw.fi',