This commit is contained in:
2025-10-09 23:22:26 -07:00
parent 4d2dfcd370
commit 95ba34187a

View File

@@ -12,7 +12,7 @@
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.
# #
import importlib # import importlib
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('../../src')) sys.path.insert(0, os.path.abspath('../../src'))
@@ -26,9 +26,10 @@ copyright = u'2018-2025, Jamie Hardt'
author = u'Jamie Hardt' author = u'Jamie Hardt'
# The short X.Y version # The short X.Y version
version = "3.1" version = "4.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = importlib.metadata.version("wavinfo") release = "4.0.0"
# release = importlib.metadata.version("wavinfo")
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------