Skip to content

Commit d962f68

Browse files
Bump version to 1.1.0 for PyPI release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2e6f916 commit d962f68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meta_ads_collector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from .url_parser import extract_page_id_from_url
3333
from .webhooks import WebhookSender
3434

35-
__version__ = "1.0.0"
35+
__version__ = "1.1.0"
3636
__all__ = [
3737
# Models
3838
"Ad",

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 = "meta-ads-collector"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Collect ads from the Meta (Facebook) Ad Library -- no API key required"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)