Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed Sep 25, 2022
1 parent 03b91c1 commit 96ee886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ snippet to `.pre-commit-config.yaml` in the root of your repository:
```yaml
repos:
- repo: https://github.com/srstevenson/nb-clean
rev: "2.2.1"
rev: "2.3.0"
hooks:
- id: nb-clean
```
Expand All @@ -148,7 +148,7 @@ with an `args` array as follows:
```yaml
repos:
- repo: https://github.com/srstevenson/nb-clean
rev: "2.2.1"
rev: "2.3.0"
hooks:
- id: nb-clean
args:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ disable = "duplicate-code"

[tool.poetry]
name = "nb-clean"
version = "2.2.1"
version = "2.3.0"
description = "Clean Jupyter notebooks for versioning"
authors = ["Scott Stevenson <[email protected]>"]
license = "ISC"
Expand Down

0 comments on commit 96ee886

Please sign in to comment.