Skip to content

Commit

Permalink
Bump version: 0.2.6 → 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Jul 29, 2016
1 parent 0c1aade commit 164fa5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nbstripout.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
input_stream = io.TextIOWrapper(sys.stdin.buffer, encoding='utf-8')
output_stream = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')

__version__ = '0.2.6'
__version__ = '0.2.7'

try:
# Jupyter >= 4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.6
current_version = 0.2.7
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]

setup(name='nbstripout',
version='0.2.6',
version='0.2.7',

author='Min RK',
author_email='benjaminrk@gmail.com',
Expand Down

0 comments on commit 164fa5b

Please sign in to comment.