mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-24 11:56:07 +00:00
Update version number and documentation
This commit is contained in:
@@ -12,19 +12,18 @@
|
||||
#
|
||||
import os
|
||||
import sys
|
||||
import stree
|
||||
from stree._version import __version__
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../../stree/"))
|
||||
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "STree"
|
||||
copyright = "2020 - 2021, Ricardo Montañana Gómez"
|
||||
copyright = "2020 - 2022, Ricardo Montañana Gómez"
|
||||
author = "Ricardo Montañana Gómez"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = stree.__version__
|
||||
version = __version__
|
||||
release = version
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user