Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed Jan 22, 2019
1 parent 1113526 commit d875a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ py36 = true

[tool.poetry]
name = "nb-clean"
version = "1.2.0"
version = "1.3.0"
description = "Clean Jupyter notebooks for versioning"
authors = ["Scott Stevenson <scott@stevenson.io>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion src/nb_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import nbformat

VERSION = "1.2.0"
VERSION = "1.3.0"
ATTRIBUTE = "*.ipynb filter=nb-clean"


Expand Down

0 comments on commit d875a03

Please sign in to comment.