Skip to content

Commit 80b0afe

Browse files
committed
bump version to 1.1.1
1 parent 6c5ff45 commit 80b0afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "web-hacker"
9-
version = "1.1.0"
9+
version = "1.1.1"
1010
description = "SDK for reverse engineering web apps"
1111
readme = "README.md"
1212
requires-python = ">=3.12.3,<3.13"

web_hacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
)
2424
"""
2525

26-
__version__ = "1.1.0"
26+
__version__ = "1.1.1"
2727

2828
# Public API - High-level interface
2929
from .sdk import WebHacker, BrowserMonitor, RoutineDiscovery, RoutineExecutor

0 commit comments

Comments
 (0)