Skip to content

Commit

Permalink
Bump version: 0.3.7 → 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Jun 6, 2020
1 parent 787ddc9 commit bf9255b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nbstripout/_nbstripout.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def write(nb, f):
return current.write(nb, f, 'json')

__all__ = ["install", "uninstall", "status", "main"]
__version__ = '0.3.7'
__version__ = '0.3.8'


def _get_attrfile(git_config, user=False, attrfile=None):
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.7
current_version = 0.3.8
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -20,4 +20,3 @@ universal = 1

[metadata]
license_file = LICENSE.txt

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.7',
version='0.3.8',

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

0 comments on commit bf9255b

Please sign in to comment.