We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07309f1 commit 4b3fc51Copy full SHA for 4b3fc51
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.29
+current_version = 0.0.30
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4
serialize =
5
{major}.{minor}.{patch}
papermill_origami/_version.py
@@ -1 +1 @@
-version = "0.0.29"
+version = "0.0.30"
pyproject.toml
@@ -5,7 +5,7 @@
6
[tool.poetry]
7
name = "papermill-origami"
8
9
description = "The noteable API interface"
10
authors = ["Matt Seal <matt@noteable.io>"]
11
maintainers = ["Matt Seal <matt@noteable.io>"]
0 commit comments