Skip to content

Commit

Permalink
Post release version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed May 9, 2018
1 parent be739d0 commit 581fc35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.9.2
current_version = 2.9.3
files = setup.py src/scancode_config.py
commit = False
tag = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
from setuptools import find_packages
from setuptools import setup

version = '2.9.2'
version = '2.9.3'

#### Small hack to force using a plain version number if the option
#### --plain-version is passed to setup.py
Expand Down
2 changes: 1 addition & 1 deletion src/scancode_config.py
Expand Up @@ -97,7 +97,7 @@ def _create_dir(location):
__version__ = get_distribution('scancode-toolkit').version
except DistributionNotFound:
# package is not installed ??
__version__ = '2.9.2'
__version__ = '2.9.3'

system_temp_dir = tempfile.gettempdir()
scancode_src_dir = dirname(__file__)
Expand Down

0 comments on commit 581fc35

Please sign in to comment.