Skip to content

Commit

Permalink
chore: corrected rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Jan 4, 2024
1 parent 06222fd commit a754036
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="twilio",
version="9.0.0-rc",
version="9.0.0-rc.0",
description="Twilio API client and TwiML generator",
author="Twilio",
help_center="https://www.twilio.com/help/contact",
Expand All @@ -23,7 +23,7 @@
install_requires=[
"requests >= 2.0.0",
"PyJWT >= 2.0.0, < 3.0.0",
"aiohttp>=3.8.4",
"aiohttp>=3.9.0",
"aiohttp-retry>=2.8.3",
],
packages=find_packages(exclude=["tests", "tests.*"]),
Expand All @@ -39,6 +39,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Communications :: Telephony",
Expand Down

0 comments on commit a754036

Please sign in to comment.