Skip to content

Commit

Permalink
Bump version: 0.3.5 -> 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Jul 17, 2019
1 parent ebaf1d9 commit 28c8af6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nbstripout/_nbstripout.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def write(nb, f):
return current.write(nb, f, 'json')

__all__ = ["install", "uninstall", "status", "main"]
__version__ = '0.3.5'
__version__ = '0.3.6'


def install(git_config, attrfile=None):
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.3.5
current_version = 0.3.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 @@ -19,7 +19,7 @@
]

setup(name='nbstripout',
version='0.3.5',
version='0.3.6',

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

0 comments on commit 28c8af6

Please sign in to comment.