diff --git a/CHANGES b/CHANGES index 85e3fd4..d3db1d9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changelog ========= -+ Version 1.42 (??) ++ Version 1.42 (06.08.2018) - Added a new option: --exclude-pattern to exclude files matching a regex. This is the inverse of -G, since negative regexes are sometimes tricky to diff --git a/MANIFEST.in b/MANIFEST.in index ef38e7e..23c8e35 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,10 +1,7 @@ -recursive-include psslib *.py -recursive-include scripts *.py pss -prune test -include README.rst -include LICENSE -include CHANGES -include __main__.py - - - +recursive-include psslib *.py +recursive-include scripts *.py pss +prune test +include README.rst +include LICENSE +include CHANGES +include __main__.py diff --git a/psslib/__init__.py b/psslib/__init__.py index e1c9904..b74750d 100644 --- a/psslib/__init__.py +++ b/psslib/__init__.py @@ -1 +1 @@ -__version__ = '1.41' +__version__ = '1.42' diff --git a/setup.py b/setup.py index b220543..8fe9e74 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ description='Tool for grepping through source code', long_description=description, license='Public domain', - version='1.41', + version='1.42', author='Eli Bendersky', maintainer='Eli Bendersky', author_email='eliben@gmail.com', @@ -61,4 +61,3 @@ **extra_args ) -