Skip to content

Commit

Permalink
Bump version: 0.6.1 → 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Feb 3, 2024
1 parent 64db219 commit 4368a01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Once you have `pre-commit`_ installed, add the following to the

repos:
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.6.2
hooks:
- id: nbstripout

Expand Down
2 changes: 1 addition & 1 deletion nbstripout/_nbstripout.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def write(nb, f):
return current.write(nb, f, 'json')

__all__ = ["install", "uninstall", "status", "main"]
__version__ = '0.6.1'
__version__ = '0.6.2'


INSTALL_LOCATION_LOCAL = 'local'
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.6.1
current_version = 0.6.2
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 @@ -8,7 +8,7 @@
]

setup(name='nbstripout',
version='0.6.1',
version='0.6.2',

author='Florian Rathgeber',
author_email='[email protected]',
Expand Down

0 comments on commit 4368a01

Please sign in to comment.