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 73288ee commit e49b804Copy full SHA for e49b804
.readthedocs.yml
@@ -1,4 +1,9 @@
1
version: 2
2
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.10"
7
+
8
python:
- version: 3.7
9
+ version: 3.10
HISTORY.rst
@@ -3,6 +3,11 @@
History
-------
+9.7.1 (2023-12-08)
+------------------
+- Fixing readthedocs configuration.
10
11
9.7.0 (2023-12-06)
12
------------------
13
bigml/version.py
@@ -1 +1 @@
-__version__ = '9.7.0'
+__version__ = '9.7.1'
0 commit comments