Skip to content

Commit

Permalink
Bump minor version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awest1339 committed May 1, 2018
1 parent 9dfb201 commit 3e89001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion multiscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals, with_statement)

__version__ = '1.1.1'
__version__ = '1.2.0'

import codecs
import configparser
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.2.0
commit = False
tag = False

[bumpversion:file:multiscanner.py]


[flake8]
ignore = E126,E127,E128,E402
max-line-length = 120
exclude = .git,__pycache__,libs/pdfparser.py,libs/office_meta.py

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def recursive_dir_list(path, exclude=['.pyc', '__pycache__']):

setup(
name='multiscanner',
version='1.1.1',
version='1.2.0',
url='https://github.com/MITRECND/multiscanner',
license='MPL 2.0',
author='Drew Bonasera',
Expand Down

0 comments on commit 3e89001

Please sign in to comment.