Skip to content

Commit 5e5a783

Browse files
authored
Merge pull request #55 from SentienceAPI/linted
linting
2 parents 8afaa5c + 0eb73c7 commit 5e5a783

File tree

6 files changed

+485
-49
lines changed

6 files changed

+485
-49
lines changed

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 = "sentience-python"
7-
version = "0.10.8"
7+
version = "0.11.0"
88
description = "Python SDK for Sentience AI Agent Browser Automation"
99
readme = "README.md"
1010
requires-python = ">=3.11"

sentience/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from .snapshot import snapshot
4242
from .wait import wait_for
4343

44-
__version__ = "0.10.8"
44+
__version__ = "0.11.0"
4545

4646
__all__ = [
4747
# Core SDK

sentience/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import argparse
66
import sys
7-
from pathlib import Path
87

98
from .browser import SentienceBrowser
109
from .generator import ScriptGenerator

0 commit comments

Comments
 (0)