Skip to content

Commit 5e07a86

Browse files
committed
bumped version number to 0.3.0
1 parent e0a558b commit 5e07a86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "0.3.0b6"
29+
release = "0.3.0"
3030

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages = [
2222

2323
[project]
2424
name = "ospx"
25-
version = "0.3.0b6"
25+
version = "0.3.0"
2626
description = "Extension package to farn, adding support to build OSP simulation cases using FMUs."
2727
readme = "README.md"
2828
requires-python = ">= 3.10"
@@ -57,7 +57,7 @@ dependencies = [
5757
"pandas>=2.2",
5858
"matplotlib>=3.9",
5959
"graphviz>=0.20",
60-
"dictIO>=0.4.0b10",
60+
"dictIO>=0.4.0",
6161
]
6262

6363
[project.urls]

0 commit comments

Comments
 (0)