Skip to content

Commit 79c40af

Browse files
committed
chore: release version 0.0.1-alpha30
1 parent a40e598 commit 79c40af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiphops/hook",
3-
"version": "0.0.1-alpha29",
3+
"version": "0.0.1-alpha30",
44
"description": "Client for Hiphops hook",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

clients/python/hiphops_hook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)
1717
from .platform_utils import get_binary_name, get_binary_path, get_platform_info
1818

19-
__version__ = "0.0.1-alpha29"
19+
__version__ = "0.0.1-alpha30"
2020
__all__ = [
2121
# Main client and functions
2222
"HookClient",

clients/python/hiphops_hook/scripts/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
def get_version() -> str:
2424
"""Get the package version."""
2525
# This version is automatically updated by the release script
26-
return "0.0.1-alpha29"
26+
return "0.0.1-alpha30"
2727

2828

2929
def download_binary() -> None:

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hiphops-hook"
7-
version = "0.0.1-alpha29"
7+
version = "0.0.1-alpha30"
88
description = "Python client for HipHops Hook"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)