Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed May 22, 2018
1 parent 85f819e commit 130c676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nb-clean
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from pathlib import Path
import nbformat

PROGRAM = Path(sys.argv[0]).name
VERSION = '1.1.0'
VERSION = '1.2.0'
ATTRIBUTE = '*.ipynb filter=nb-clean'


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 @@ def read_long_description() -> str:

setup(
name='nb-clean',
version='1.1.0',
version='1.2.0',
description='Clean Jupyter notebooks for versioning',
long_description=read_long_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 130c676

Please sign in to comment.