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 a4e8764 commit 4285390Copy full SHA for 4285390
setup.py
@@ -37,6 +37,6 @@ def get_version(rel_path):
37
packages=find_packages(),
38
include_package_data=True,
39
zip_safe=False,
40
- min_version="4.2.0",
41
- max_version="4.2.99"
+ min_version="4.3.0",
+ max_version="4.3.99"
42
)
0 commit comments