Skip to content

Commit

Permalink
Bump version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Nov 7, 2023
1 parent bb35cdd commit 9483670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# Check https://python-poetry.org/docs/pyproject/ for all available sections
name = "ansys-fluent-parametric"
version = "0.9.dev0"
version = "0.9.0"
description = "A python wrapper for Ansys Fluent parametric workflows"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
Expand All @@ -23,9 +23,9 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = ">=3.9,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.8"}
ansys-fluent-core = "~=0.18.dev0"
ansys-fluent-core = "~=0.18"
h5py = ">=3.7.0"

[tool.poetry.urls]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_pkg_version():
assert __version__ == "0.9.dev0"
assert __version__ == "0.9.0"

0 comments on commit 9483670

Please sign in to comment.