summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-08 20:30:27 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-08 20:30:27 +0200
commita706190989ca5c345fcbe444852f5147f1da79c8 (patch)
treee1458188a27c76c3bc839cfbc85cc3082f35258d /setup.py
parentfc2e11fc38e9d9dc9edf8301076bb1f4e08a06ef (diff)
downloadclab-a706190989ca5c345fcbe444852f5147f1da79c8.tar.gz
Prepare 0.3
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 e74559d..fb2cc49 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='clab',
- version='0.2',
+ version='0.3',
description='command line address book',
author='Lars Wirzenius',
author_email='liw@liw.fi',