From 599f38efabd8f768354a04c6962cfb62a6270617 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Oct 2013 14:38:46 +0100 Subject: Release version 0.1 --- debian/changelog | 4 ++-- setup.py | 2 +- 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 Wed, 14 Aug 2013 20:01:17 +0100 + -- Lars Wirzenius 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', -- cgit v1.2.1