Skip to content

Commit

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

nbclassic-0.3.7-py3-none-any.whl: 89184baa2d66b8ac3c8d3df57cbcf16f34148954d410a2fb3e897d7c18f2479d

nbclassic-0.3.7.tar.gz: 36dbaa88ffaf5dc05d149deb97504b86ba648f4a80a60b8a58ac94acab2daeb5
  • Loading branch information
github-actions[bot] committed Mar 16, 2022
1 parent 1c12e0a commit 2788a98
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.7"
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.7"
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 2788a98

Please sign in to comment.