Skip to content

Commit e348624

Browse files
committed
updated version
1 parent 94cf97e commit e348624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linkedin_scraper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""LinkedIn Scraper - Async Playwright-based scraper for LinkedIn."""
22

33
# Version
4-
__version__ = "3.0.0"
4+
__version__ = "3.0.1"
55

66
# Core modules
77
from .core import (

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 = "linkedin_scraper"
7-
version = "3.0.0"
7+
version = "3.0.1"
88
description = "Async LinkedIn scraper for profiles, companies, and jobs"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)