Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed Sep 20, 2023
1 parent 0a73944 commit fd5106f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ snippet to `.pre-commit-config.yaml` in the root of your repository:
```yaml
repos:
- repo: /~https://github.com/srstevenson/nb-clean
rev: 3.0.0
rev: 3.0.1
hooks:
- id: nb-clean
```
Expand All @@ -160,7 +160,7 @@ filenames, which `pre-commit` will append to the list of arguments.
```yaml
repos:
- repo: /~https://github.com/srstevenson/nb-clean
rev: 3.0.0
rev: 3.0.1
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nb-clean"
version = "3.0.0"
version = "3.0.1"
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/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import nbformat
from typing_extensions import Self

VERSION = "3.0.0"
VERSION = "3.0.1"
GIT_ATTRIBUTES_LINE = "*.ipynb filter=nb-clean"


Expand Down

0 comments on commit fd5106f

Please sign in to comment.