Skip to content

Commit

Permalink
Release/0.0.9 (#60)
Browse files Browse the repository at this point in the history
* Bump version: 0.0.8 → 0.0.9

* push noteable-origami to 0.0.11
  • Loading branch information
rohitsanj authored Nov 2, 2022
1 parent 9e820d7 commit 6fff0c5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.8
current_version = 0.0.9
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion papermill_origami/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.0.8"
version = "0.0.9"
16 changes: 11 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tool.poetry]
name = "papermill-origami"
version = "0.0.8"
version = "0.0.9"
description = "The noteable API interface"
authors = ["Matt Seal <[email protected]>"]
maintainers = ["Matt Seal <[email protected]>"]
Expand Down Expand Up @@ -34,7 +34,7 @@ url = "https://pypi.org"

[tool.poetry.dependencies]
python = "^3.8"
noteable-origami = "^0.0.10"
noteable-origami = "^0.0.11"
papermill = "^2.4.0"
dagstermill = {version = "^1.0.5", optional = true}
cloudpickle = "^2.2.0"
Expand Down

0 comments on commit 6fff0c5

Please sign in to comment.