Skip to content
Snippets Groups Projects
Unverified Commit 2dd942fe authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ver fix

parent c5201a52
No related branches found
No related tags found
No related merge requests found
Pipeline #61603 passed with stages
in 3 minutes and 39 seconds
...@@ -21,9 +21,9 @@ project = 'snakehouse' ...@@ -21,9 +21,9 @@ project = 'snakehouse'
copyright = '2020-2021 SMOK sp. z o. o.' copyright = '2020-2021 SMOK sp. z o. o.'
author = 'Piotr Maślanka' author = 'Piotr Maślanka'
from snakehouse import __version__
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = __version__ release = '2.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment