From 48c318667626bf075d183f88fa98d5b9608fe450 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 17:42:34 +0300 Subject: Make it possible to release with bumper --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7405b77..7bfa97c 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ import os import shutil import cliapp +import cachedirlib class GenerateManpage(build): @@ -65,7 +66,7 @@ class Check(Command): setup(name='cachedir', - version='1.3', + version=cachedirlib.__version__, description='Tag/untag cache directories', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1