File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " upstash-redis"
3
- version = " 0.15 .0"
3
+ version = " 1.0 .0"
4
4
description = " Serverless Redis SDK from Upstash"
5
5
license = " MIT"
6
6
authors = [" Upstash <support@upstash.com>" , " Zgîmbău Tudor <tudor.zgimbau@gmail.com>" ]
@@ -9,7 +9,7 @@ readme = "README.md"
9
9
repository = " https://github.com/upstash/redis-python"
10
10
keywords = [" Upstash Redis" , " Serverless Redis" ]
11
11
classifiers = [
12
- " Development Status :: 4 - Beta " ,
12
+ " Development Status :: 5 - Production/Stable " ,
13
13
" Intended Audience :: Developers" ,
14
14
" License :: OSI Approved :: MIT License" ,
15
15
" Operating System :: OS Independent" ,
@@ -20,6 +20,7 @@ classifiers = [
20
20
" Programming Language :: Python :: 3.9" ,
21
21
" Programming Language :: Python :: 3.10" ,
22
22
" Programming Language :: Python :: 3.11" ,
23
+ " Programming Language :: Python :: 3.12" ,
23
24
" Programming Language :: Python :: Implementation :: CPython" ,
24
25
" Topic :: Database" ,
25
26
" Topic :: Database :: Front-Ends" ,
Original file line number Diff line number Diff line change 1
- __version__ = "0.15 .0"
1
+ __version__ = "1.0 .0"
2
2
3
3
from upstash_redis .client import Redis
4
4
You can’t perform that action at this time.
0 commit comments