Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/iluvcapra/pycmx into feat…
Browse files Browse the repository at this point in the history
…-adobe
  • Loading branch information
iluvcapra committed Jan 6, 2025
2 parents 2dcfdab + b6379ec commit 5e4dde5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 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.
#

import importlib
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
Expand All @@ -24,6 +24,8 @@
copyright = u'(c) 2025, Jamie Hardt'
author = u'Jamie Hardt'

release = importlib.metadata.version("pycmx")
version = release
# The short X.Y version
# The full version, including alpha/beta/rc tags

Expand Down

0 comments on commit 5e4dde5

Please sign in to comment.