Skip to content

Commit a440154

Browse files
authored
Bump client version to 1.0.0 (#43)
Updated the development status, and added 3.12 to the supported python versions as well.
1 parent ab4ac5a commit a440154

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "upstash-redis"
3-
version = "0.15.0"
3+
version = "1.0.0"
44
description = "Serverless Redis SDK from Upstash"
55
license = "MIT"
66
authors = ["Upstash <support@upstash.com>", "Zgîmbău Tudor <tudor.zgimbau@gmail.com>"]
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/upstash/redis-python"
1010
keywords = ["Upstash Redis", "Serverless Redis"]
1111
classifiers = [
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",

upstash_redis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.15.0"
1+
__version__ = "1.0.0"
22

33
from upstash_redis.client import Redis
44

0 commit comments

Comments
 (0)