Skip to content

Commit

Permalink
fix version in docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliap committed Mar 8, 2024
1 parent b154f18 commit c07c08f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
import os
import sys

import setup

sys.path.insert(0, os.path.abspath("../src"))

project = "Roll Rate Analysis"
copyright = "2023, Alexandros Liapatis"
author = "Alexandros Liapatis"
release = setup.version
release = "0.1.5"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit c07c08f

Please sign in to comment.