Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Oct 22, 2019
1 parent 6579a64 commit 88e9b3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__credits__ = """Jerome Schneider, for his Python skillz,
and dalexander for contributing"""
__date__ = "27 Jul 2018"
__version__ = "1.5.0"
__version__ = "1.6.0"
__all__ = [
"Pipe",
"take",
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.6.0
commit = True
tag = True

Expand All @@ -13,3 +13,4 @@ replace = __version__ = "{new_version}"

[bdist_wheel]
universal = 1

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.5.0",
version="1.6.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 88e9b3e

Please sign in to comment.