From 1ea6e55f40a0ee8afe8eb15a17a2be8e3fbf8742 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 13 Feb 2011 09:55:32 +0000 Subject: * debian/rules: Verify that versions match between debian/changelog and setup.py. * debian/control: Add build-dependency on extrautils, required for the version matching checking. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 35dcb6d..721e7f3 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from distutils.core import setup setup(name='summain', - version='0.0', + version='0.2', description='file manifest and checksum generator', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1