Skip to content

Commit

Permalink
Bump client version to 1.0.0 (#43)
Browse files Browse the repository at this point in the history
Updated the development status, and added 3.12 to the supported python
versions as well.
  • Loading branch information
mdumandag authored Dec 4, 2023
1 parent ab4ac5a commit a440154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "upstash-redis"
version = "0.15.0"
version = "1.0.0"
description = "Serverless Redis SDK from Upstash"
license = "MIT"
authors = ["Upstash <[email protected]>", "Zgîmbău Tudor <[email protected]>"]
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
repository = "https://github.com/upstash/redis-python"
keywords = ["Upstash Redis", "Serverless Redis"]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand All @@ -20,6 +20,7 @@ classifiers = [
"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 :: Database",
"Topic :: Database :: Front-Ends",
Expand Down
2 changes: 1 addition & 1 deletion upstash_redis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.15.0"
__version__ = "1.0.0"

from upstash_redis.client import Redis

Expand Down

0 comments on commit a440154

Please sign in to comment.