Skip to content

Commit

Permalink
auto set docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFrederik committed Mar 12, 2022
1 parent 4db1358 commit fbc7175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))

from unseal import __version__

# -- Project information -----------------------------------------------------

Expand All @@ -23,7 +23,7 @@


# The full version, including alpha/beta/rc tags
release = '0.1.4'
release = __version__

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit fbc7175

Please sign in to comment.