We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d795d1 commit 9db6829Copy full SHA for 9db6829
CHANGES.rst
@@ -3,7 +3,7 @@
3
Changelog
4
=========
5
6
-2.0.1 (unreleased)
+2.0.1 (2022-11-01)
7
------------------
8
9
- Add official support for python 3.10 and 3.11. [gforcada] [michael-k]
setup.py
@@ -17,7 +17,7 @@ def read_file(filename):
17
18
setup(
19
name='flake8-builtins',
20
- version='2.0.1.dev0',
+ version='2.0.1',
21
description=short_description,
22
long_description=long_description,
23
# Get more from https://pypi.org/classifiers/
0 commit comments