Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump version to 0.11.0 #412

Closed
wants to merge 1 commit into from

Conversation

hpohekar
Copy link
Collaborator

@hpohekar hpohekar commented Jul 16, 2024

closes #411

Bump version to 0.11.0 due to core package release.

@@ -25,7 +25,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.9"}
ansys-fluent-core = "~=0.22.dev0"
ansys-fluent-core = ">=0.23.dev0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, shouldn't this be....

Suggested change
ansys-fluent-core = ">=0.23.dev0"
ansys-fluent-core = ">=0.22"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, Thank you @RobPasMue.

@prmukherj prmukherj closed this Jul 16, 2024
@prmukherj prmukherj deleted the release/0.11.0 branch July 16, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Every time a PyFluent version comes out this package is incompatible
3 participants