We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35097b9 commit 7ce5b9aCopy full SHA for 7ce5b9a
2 files changed
hatch_js/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.1"
+__version__ = "0.1.2"
2
3
from .hooks import hatch_register_build_hook
4
from .plugin import HatchJsBuildHook
pyproject.toml
@@ -12,7 +12,7 @@ authors = [
12
description = "Hatch plugin for JavaScript builds"
13
readme = "README.md"
14
license = { text = "Apache-2.0" }
15
-version = "0.1.1"
+version = "0.1.2"
16
requires-python = ">=3.10"
17
keywords = [
18
"hatch",
@@ -75,7 +75,7 @@ Repository = "https://github.com/python-project-templates/hatch-js"
75
Homepage = "https://github.com/python-project-templates/hatch-js"
76
77
[tool.bumpversion]
78
-current_version = "0.1.1"
+current_version = "0.1.2"
79
commit = true
80
tag = true
81
commit_args = "-s"
0 commit comments