Skip to content

Commit

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

hatch_jupyter_builder-0.6.2-py3-none-any.whl: fbcdec1a2b51e3c6e7f65e5c3deacfbbfa53c258d1bec32df23e94fee0ee21e3

hatch_jupyter_builder-0.6.2.tar.gz: fb39c0add20341e02b14bc585e22c3218c9bd81f3235e9b3b5f5e07e34788f23
  • Loading branch information
github-actions[bot] committed Sep 13, 2022
1 parent 71c64c8 commit a701d64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Project Jupyter"

# The full version, including alpha/beta/rc tags
release = "0.6.1"
release = "0.6.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion hatch_jupyter_builder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .utils import is_stale, npm_builder # noqa F401

__version__ = "0.6.1"
__version__ = "0.6.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "hatch-jupyter-builder"
version = "0.6.1"
version = "0.6.2"
description = 'A hatch plugin to help build Jupyter packages'
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -72,7 +72,7 @@ ignore-glob = ["tests/data/**/README.md"]
ignore-links = ["npm_builder_function"]

[tool.tbump.version]
current = "0.6.1"
current = "0.6.2"
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 a701d64

Please sign in to comment.