We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfa8b26 + a00e0d7 commit 9b87f85Copy full SHA for 9b87f85
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="interactive-visualization", # Replace with your own username
12
- version="0.1.1",
+ version="0.1.2",
13
author="Nikolay Malkovsky",
14
author_email="malkovskynv@gmail.com",
15
description="Package provides a simple widget-based framework for interactive visualization of algorithms",
@@ -28,5 +28,5 @@
28
],
29
package_dir={"": "src"},
30
packages=find_packages(where="src"),
31
- python_requires=">=3.8",
+ python_requires=">=3.7",
32
)
0 commit comments