We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c809fb1 commit 8abe321Copy full SHA for 8abe321
2 files changed
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '6.1.20230428'
+__version__ = '6.1.20230514'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3595,3 +3595,6 @@ description = Python client library for the OpenAI API
3595
[pyproject-hooks]
3596
description = Wrappers to call pyproject.toml-based build backend hooks.
3597
3598
+[accelerate]
3599
+description = Accelerate
3600
+
0 commit comments