From 7e654ef927deed27334b15019254bf3b4be0efb4 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 8 May 2018 15:54:52 +0200 Subject: [PATCH] Bump version Signed-off-by: Philippe Ombredanne --- .bumpversion.cfg | 2 +- setup.py | 2 +- src/scancode_config.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5bce1c08bd1..727eb32c92f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.1 +current_version = 2.9.2 files = setup.py src/scancode_config.py commit = False tag = False diff --git a/setup.py b/setup.py index a7f56f07032..9c44d58ce3f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import find_packages from setuptools import setup -version = '2.9.1' +version = '2.9.2' #### Small hack to force using a plain version number if the option #### --plain-version is passed to setup.py diff --git a/src/scancode_config.py b/src/scancode_config.py index 528ee7ee7a2..393489be638 100644 --- a/src/scancode_config.py +++ b/src/scancode_config.py @@ -97,7 +97,7 @@ def _create_dir(location): __version__ = get_distribution('scancode-toolkit').version except DistributionNotFound: # package is not installed ?? - __version__ = '2.9.1' + __version__ = '2.9.2' system_temp_dir = tempfile.gettempdir() scancode_src_dir = dirname(__file__)