Skip to content

Commit 41a151e

Browse files
committed
build: Bump version to v0.14.dev0
1 parent 03be4f5 commit 41a151e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
# Check https://python-poetry.org/docs/pyproject/ for all available sections
77
name = "ansys-fluent-visualization"
8-
version = "0.13.dev0"
8+
version = "0.14.dev0"
99
description = "A python wrapper for ansys Fluent visualization"
1010
license = "MIT"
1111
authors = ["ANSYS, Inc. <[email protected]>"]
@@ -25,7 +25,7 @@ packages = [
2525
[tool.poetry.dependencies]
2626
python = ">=3.10,<4.0"
2727
importlib-metadata = {version = "^4.0", python = "<3.9"}
28-
ansys-fluent-core = "~=0.25.dev1"
28+
ansys-fluent-core = "~=0.26.dev0"
2929
pyvista = "~=0.44.1"
3030
pyvistaqt = "~=0.11.1"
3131
pyside6 = "~=6.7.2"

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_pkg_version():
5-
assert __version__ == "0.13.dev0"
5+
assert __version__ == "0.14.dev0"

0 commit comments

Comments
 (0)