Skip to content

Commit 4b3fc51

Browse files
author
Matt Kafonek
authored
pin noteable-origami (#217)
1 parent 07309f1 commit 4b3fc51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.29
2+
current_version = 0.0.30
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}

papermill_origami/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.29"
1+
version = "0.0.30"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "papermill-origami"
8-
version = "0.0.29"
8+
version = "0.0.30"
99
description = "The noteable API interface"
1010
authors = ["Matt Seal <matt@noteable.io>"]
1111
maintainers = ["Matt Seal <matt@noteable.io>"]

0 commit comments

Comments
 (0)