This repository was archived by the owner on Feb 21, 2023. It is now read-only.
File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ Release version 2.0.0.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def int_or_str(value):
31
31
return value
32
32
33
33
34
- __version__ = "2.0.0b1 "
34
+ __version__ = "2.0.0 "
35
35
VERSION = tuple (map (int_or_str , __version__ .split ("." )))
36
36
37
37
__all__ = [
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ based on asyncio.
29
29
30
30
The easiest way to install aioredis is by using the package on PyPi:
31
31
32
- pip install --pre aioredis
32
+ pip install aioredis
33
33
34
34
## Requirements
35
35
Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ def read_version():
22
22
23
23
classifiers = [
24
24
"License :: OSI Approved :: MIT License" ,
25
- "Development Status :: 4 - Beta " ,
25
+ "Development Status :: 5 - Production/Stable " ,
26
26
"Programming Language :: Python" ,
27
27
"Programming Language :: Python :: 3" ,
28
28
"Programming Language :: Python :: 3.6" ,
29
29
"Programming Language :: Python :: 3.7" ,
30
+ "Programming Language :: Python :: 3.8" ,
31
+ "Programming Language :: Python :: 3.9" ,
30
32
"Programming Language :: Python :: 3 :: Only" ,
31
33
"Operating System :: POSIX" ,
32
34
"Environment :: Web Environment" ,
You can’t perform that action at this time.
0 commit comments