Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Jul 27, 2018
1 parent e87a61e commit c0dd71d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
__author__ = 'Julien Palard <julien@eeple.fr>'
__credits__ = """Jerome Schneider, for its Python skillz,
and dalexander for contributing"""
__date__ = '10 Nov 2010'
__version__ = '1.4.2'
__date__ = '27 Jul 2018'
__version__ = '1.5.0'
__all__ = [
'Pipe', 'take', 'tail', 'skip', 'all', 'any', 'average', 'count',
'max', 'min', 'as_dict', 'as_set', 'permutations', 'netcat', 'netwrite',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name='pipe',
py_modules=['pipe'],
version='1.4.2',
version='1.5.0',
description='Module enablig a sh like infix syntax (using pipes)',
author='Julien Palard',
author_email='julien@palard.fr',
Expand Down

0 comments on commit c0dd71d

Please sign in to comment.