Skip to content

Commit

Permalink
Bump version 0.18.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrull-ansys committed Apr 30, 2024
2 parents 0084a3a + 61f9183 commit dbdde0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## PyAdditive 0.18.0b2
## PyAdditive 0.18.0b4

### Breaking Changes
* Removed the `save_file_name` parameter from `ParametricStudy.load()`. [#302](https://github.com/ansys/pyadditive/pull/302)
Expand Down
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 = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-additive-core"
version = "0.18.0b3"
version = "0.18.0b4"
description = "A Python client for the Ansys Additive service"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down

0 comments on commit dbdde0a

Please sign in to comment.