We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6377c35 commit a1c0896Copy full SHA for a1c0896
docs/source/conf.py
@@ -27,7 +27,7 @@
27
author = "Siegfried Eisinger"
28
29
# The full version, including alpha/beta/rc tags
30
-release = "0.0.2b2"
+release = "0.0.2b3"
31
32
# -- General configuration ---------------------------------------------------
33
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -22,7 +22,7 @@ packages = [
22
23
[project]
24
name = "component-model"
25
-version = "0.0.2b2"
+version = "0.0.2b3"
26
description = "Constructs a Functional Mockup Interface component model from a python script (fulfilling some requirements)."
readme = "README.rst"
requires-python = ">= 3.10"
0 commit comments