Skip to content

Commit 513988d

Browse files
ilyazubCopilot
andcommitted
Bump version to 1.0.0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c18a946 commit 513988d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release History
22
===============
33

4+
1.0.0 (2026-03-18)
5+
------------------
6+
7+
- Automated PyPI release pipeline via GitHub Actions (tag-triggered: test → build → publish → smoke test).
8+
- Modernized packaging to PEP 621 (pyproject.toml), removing legacy setup.py and Pipfile.
9+
- Added Python 3.13 support.
10+
411
0.1.6 (2026-02-16)
512
------------------
613

serpapi/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.6"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)