Skip to content

Commit

Permalink
Publish 0.3.4
Browse files Browse the repository at this point in the history
SHA256 hashes:

nbclassic-0.3.4-py3-none-any.whl: 9c7b7987a148ecdd1827b47fe6f6968b2ddabf663142f81254000cb77ee5bd10

nbclassic-0.3.4.tar.gz: f00b07ef4908fc38fd332d2676ccd3ceea5076528feaf21bd27e809ef20f5578
  • Loading branch information
github-actions[bot] committed Oct 27, 2021
1 parent 6073708 commit 9b073ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbclassic/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0.dev0"
__version__ = "0.3.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ testpaths = [
skip = ["check-links"]

[tool.tbump.version]
current = "0.4.0.dev0"
current = "0.3.4"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 9b073ec

Please sign in to comment.