File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " upstash-redis"
3- version = " 0.15 .0"
3+ version = " 1.0 .0"
44description = " Serverless Redis SDK from Upstash"
55license = " MIT"
66authors = [
" Upstash <[email protected] >" ,
" Zgîmbău Tudor <[email protected] >" ]
@@ -9,7 +9,7 @@ readme = "README.md"
99repository = " https://github.com/upstash/redis-python"
1010keywords = [" Upstash Redis" , " Serverless Redis" ]
1111classifiers = [
12- " Development Status :: 4 - Beta " ,
12+ " Development Status :: 5 - Production/Stable " ,
1313 " Intended Audience :: Developers" ,
1414 " License :: OSI Approved :: MIT License" ,
1515 " Operating System :: OS Independent" ,
@@ -20,6 +20,7 @@ classifiers = [
2020 " Programming Language :: Python :: 3.9" ,
2121 " Programming Language :: Python :: 3.10" ,
2222 " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
2324 " Programming Language :: Python :: Implementation :: CPython" ,
2425 " Topic :: Database" ,
2526 " Topic :: Database :: Front-Ends" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.15 .0"
1+ __version__ = "1.0 .0"
22
33from upstash_redis .client import Redis
44
You can’t perform that action at this time.
0 commit comments