Skip to content

Commit

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

nbclassic-0.3.5-py3-none-any.whl: 012d18efb4e24fe9af598add0dcaa621c1f8afbbbabb942fb583dd7fbb247fc8

nbclassic-0.3.5.tar.gz: 99444dd63103af23c788d9b5172992f12caf8c3098dd5a35c787f0df31490c29
  • Loading branch information
github-actions[bot] committed Jan 11, 2022
1 parent 6cf164e commit 12c9c03
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.5"
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.5"
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 12c9c03

Please sign in to comment.