summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-13 09:55:32 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-13 09:55:32 +0000
commit1ea6e55f40a0ee8afe8eb15a17a2be8e3fbf8742 (patch)
treea1689c712961321d786983bf75d97c7f69c0b8fe /setup.py
parente6357e4ee0d95eac3973452723010017eacf04a4 (diff)
downloadsummain-1ea6e55f40a0ee8afe8eb15a17a2be8e3fbf8742.tar.gz
* 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.
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 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',