Skip to content

Commit a1c0896

Browse files
committed
bumped version no. to v0.0.2b3
1 parent 6377c35 commit a1c0896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Siegfried Eisinger"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "0.0.2b2"
30+
release = "0.0.2b3"
3131

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = [
2222

2323
[project]
2424
name = "component-model"
25-
version = "0.0.2b2"
25+
version = "0.0.2b3"
2626
description = "Constructs a Functional Mockup Interface component model from a python script (fulfilling some requirements)."
2727
readme = "README.rst"
2828
requires-python = ">= 3.10"

0 commit comments

Comments
 (0)