Skip to content

Commit

Permalink
Release 1.0.9 (#497)
Browse files Browse the repository at this point in the history
Co-authored-by: granawkins <[email protected]>
  • Loading branch information
biobootloader and granawkins authored Jan 19, 2024
1 parent 41ea6d3 commit 044eb42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@
import os
import sys

# AXJ, Version
sys.path.insert(0, os.path.abspath("../.."))
from mentat import __version__ # noqa: E402

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "Mentat"
copyright = "2024, Abante AI"
author = "Multiple Authors"
release = "1.0.7"
release = __version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand All @@ -36,7 +40,3 @@

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]


# AXJ
sys.path.insert(0, os.path.abspath("../.."))
2 changes: 1 addition & 1 deletion mentat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Make sure to bump this on Release x.y.z PR's!
__version__ = "1.0.8"
__version__ = "1.0.9"

0 comments on commit 044eb42

Please sign in to comment.