Skip to content

Commit

Permalink
Bump version to 2.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Mar 22, 2018
1 parent 5f08a6c commit 96cf70d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.9.0b1
current_version = 2.9.1
files = setup.py src/scancode_config.py
commit = False
tag = False
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from setuptools import setup


version = '2.9.0b1'
version = '2.9.1'


#### Small hack to force using a plain version number if the option
Expand Down
2 changes: 1 addition & 1 deletion src/scancode_config.py
Original file line number Diff line number Diff line change
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.0b1'
__version__ = '2.9.1'

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

0 comments on commit 96cf70d

Please sign in to comment.