Skip to content

Commit

Permalink
Bump version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iboyd-ansys committed Jul 2, 2024
1 parent 50ea927 commit 106d087
Showing 1 changed file with 2 additions and 2 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 = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-systemcoupling-core"
version = "0.6.dev0"
version = "0.6"
description = "A Python wrapper for Ansys System Coupling."
readme = "README.rst"
requires-python = ">=3.9,<3.13"
Expand Down Expand Up @@ -79,7 +79,7 @@ doc = [
]
style = [
# NB: ensure these remain synced with .pre-commit-config.yaml
"codespell==2.3.0",
"codespell==2.3.0",
"flake8==7.1.0",
]
tests = [
Expand Down

0 comments on commit 106d087

Please sign in to comment.