Browse Source

[MNT] publish 0.3.2 version

tags/v0.3.2^2
bxdd 2 years ago
parent
commit
f2024fdadb
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      docs/conf.py
  2. +1
    -1
      learnware/__init__.py

+ 1
- 2
docs/conf.py View File

@@ -120,8 +120,7 @@ autodoc_default_options = {
"members": True,
'private-members': True,
'special-members': True,
'undoc-members': True,
'show-inheritance': True,
"member-order": "bysource",
"special-members": "__init__",
"special-members": ["__init__", "__call__"],
}

+ 1
- 1
learnware/__init__.py View File

@@ -1,4 +1,4 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

import json
import os


Loading…
Cancel
Save