Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Bump the version for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Brookins committed Jul 29, 2021
1 parent b2952d9 commit 9cf2643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/930.misc
@@ -0,0 +1 @@
Release version 2.0.0.
2 changes: 1 addition & 1 deletion aioredis/__init__.py
Expand Up @@ -31,7 +31,7 @@ def int_or_str(value):
return value


__version__ = "2.0.0b1"
__version__ = "2.0.0"
VERSION = tuple(map(int_or_str, __version__.split(".")))

__all__ = [
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -27,6 +27,8 @@ def read_version():
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"Operating System :: POSIX",
"Environment :: Web Environment",
Expand Down

0 comments on commit 9cf2643

Please sign in to comment.