Skip to content

Commit

Permalink
bumped version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Nov 11, 2024
1 parent e0a558b commit 5e07a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"

# The full version, including alpha/beta/rc tags
release = "0.3.0b6"
release = "0.3.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [

[project]
name = "ospx"
version = "0.3.0b6"
version = "0.3.0"
description = "Extension package to farn, adding support to build OSP simulation cases using FMUs."
readme = "README.md"
requires-python = ">= 3.10"
Expand Down Expand Up @@ -57,7 +57,7 @@ dependencies = [
"pandas>=2.2",
"matplotlib>=3.9",
"graphviz>=0.20",
"dictIO>=0.4.0b10",
"dictIO>=0.4.0",
]

[project.urls]
Expand Down

0 comments on commit 5e07a86

Please sign in to comment.