Skip to content

Commit

Permalink
build: Bump version to v0.16.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
prmukherj committed Nov 28, 2024
1 parent d363cb1 commit 463438b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.15.dev0"
version = "0.16.dev0"
description = "A python wrapper for ansys Fluent visualization"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
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.15.dev0"
assert __version__ == "0.16.dev0"

0 comments on commit 463438b

Please sign in to comment.