summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-19 22:04:05 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-19 22:06:51 -0500
commitbb6446d6a975f1771cdb06a97e8b576330a63b0d (patch)
tree388898aa871f1eec90bd3b8fcc7bf0caf19dd403 /pyproject.toml
parent7b91dfb9dd8b500ef15d0c48a818b51717303307 (diff)
downloadrequests-cache-bb6446d6a975f1771cdb06a97e8b576330a63b0d.tar.gz
Major bump!
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ffeb857..90aeeb3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "requests-cache"
-version = "0.10.0"
+version = "1.0.0"
description = "A persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]
@@ -12,7 +12,7 @@ repository = "https://github.com/reclosedev/requests-cache"
keywords = ["requests", "python-requests", "cache", "http", "web", "performance",
"sqlite", "redis", "mongodb", "gridfs", "dynamodb"]
classifiers = [
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",