Skip to content

Commit

Permalink
Bump version: 0.2.5 → 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Mar 13, 2016
1 parent 7bfda9e commit 90fef96
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 @@ -77,7 +77,7 @@
# Use UTF8 writer for stdout (http://stackoverflow.com/a/1169209)
sys.stdout = codecs.getwriter('utf8')(sys.stdout)

__version__ = '0.2.5'
__version__ = '0.2.6'

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.5
current_version = 0.2.6
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.5',
version='0.2.6',

author='Min RK',
author_email='[email protected]',
Expand Down

0 comments on commit 90fef96

Please sign in to comment.