Skip to content

Commit

Permalink
build: Bump version to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Sep 5, 2024
1 parent 03be4f5 commit 8d4cc7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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-visualization"
version = "0.13.dev0"
version = "0.13.0"
description = "A python wrapper for ansys Fluent visualization"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
Expand All @@ -25,7 +25,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.9"}
ansys-fluent-core = "~=0.25.dev1"
ansys-fluent-core = "~=0.25.0"
pyvista = "~=0.44.1"
pyvistaqt = "~=0.11.1"
pyside6 = "~=6.7.2"
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.13.dev0"
assert __version__ == "0.13.0"

0 comments on commit 8d4cc7c

Please sign in to comment.