Skip to content

Commit

Permalink
Bump version: 0.3.9 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Apr 25, 2021
1 parent d273b82 commit 84bed1e
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 @@ -383,7 +383,7 @@ Once you have `pre-commit`_ installed, add the follwong to the

repos:
- repo: https://github.com/kynan/nbstripout
rev: 0.3.9
rev: 0.4.0
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 @@ -139,7 +139,7 @@ def write(nb, f):
return current.write(nb, f, 'json')

__all__ = ["install", "uninstall", "status", "main"]
__version__ = '0.3.9'
__version__ = '0.4.0'


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.3.9
current_version = 0.4.0
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.9',
version='0.4.0',

author='Florian Rathgeber',
author_email='florian.rathgeber@gmail.com',
Expand Down

0 comments on commit 84bed1e

Please sign in to comment.