From e970ec59e2db31a8328edd020c212fe941feae94 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sun, 18 Sep 2022 11:26:39 +0100 Subject: [PATCH] Bump version to 2.2.1 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4874e9d..51b9642 100644 --- a/README.md +++ b/README.md @@ -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: "" + rev: "2.2.1" hooks: - id: nb-clean ``` @@ -148,7 +148,7 @@ with an `args` array as follows: ```yaml repos: - repo: https://github.com/srstevenson/nb-clean - rev: "" + rev: "2.2.1" hooks: - id: nb-clean args: diff --git a/pyproject.toml b/pyproject.toml index 59ac8dc..0a7b5fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ disable = "duplicate-code" [tool.poetry] name = "nb-clean" -version = "2.2.0" +version = "2.2.1" description = "Clean Jupyter notebooks for versioning" authors = ["Scott Stevenson "] license = "ISC"