Skip to content

Commit 9d05693

Browse files
author
root
committed
chore: bump version to 2.1.0
New features since 2.0.0: - Reddit link posts and first comment media support - Instagram impressions→views migration fix - LinkedIn first_comment support - get_job_status method - Google Business Profile location selection endpoints - Topic tag support
1 parent b81f768 commit 9d05693

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="upload-post",
8-
version="2.0.1",
8+
version="2.1.0",
99
author="Upload-Post",
1010
author_email="hi@img2html.com",
1111
description="Cross-platform social media upload for TikTok, Instagram, YouTube, LinkedIn, Facebook, Pinterest, Threads, Reddit, Bluesky, and X (Twitter)",

upload_post/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
... )
1616
"""
1717

18-
__version__ = "2.0.0"
18+
__version__ = "2.1.0"
1919

2020
from .api_client import UploadPostClient, UploadPostError
2121

0 commit comments

Comments
 (0)