Skip to content

Commit

Permalink
Update release version in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Dec 24, 2023
1 parent f59b187 commit 2381c9f
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 @@ -2,12 +2,10 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))

from squadds import __version__

project = 'SQuADDS'
copyright = '2023, Sadman Ahmed Shanto & Eli Levenson-Falk'
author = 'Sadman Ahmed Shanto'
release = __version__
release = "0.1.7"

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

0 comments on commit 2381c9f

Please sign in to comment.