summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-05 14:38:46 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-05 14:38:46 +0100
commit599f38efabd8f768354a04c6962cfb62a6270617 (patch)
tree9f4a7764bee89a74769d5271efcd105310bb7e74
parentf34f2a23b355f020759f714eb8fb567871de587c (diff)
downloadclab-599f38efabd8f768354a04c6962cfb62a6270617.tar.gz
Release version 0.1
-rw-r--r--debian/changelog4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 14f916d..00bd3a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-clab (0.0-1) unstable; urgency=low
+clab (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
- -- Lars Wirzenius <liw@liw.fi> Wed, 14 Aug 2013 20:01:17 +0100
+ -- Lars Wirzenius <liw@liw.fi> Sat, 05 Oct 2013 14:38:33 +0100
diff --git a/setup.py b/setup.py
index bfcc596..881a11a 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='clab',
- version='0.0',
+ version='0.1',
description='command line address book',
author='Lars Wirzenius',
author_email='liw@liw.fi',