From dae83a778f9b35f50f317bca60b3d078a3e5cfa3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 15:45:07 +0300 Subject: Make it possible to use bumper for releases --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5355c79..7853233 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,10 @@ from distutils.core import setup, Extension +import summainlib + setup(name='summain', - version='0.20', + version=summainlib.__version__, description='create file manifests with checksums', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1