Skip to content

Commit

Permalink
release: v2025.1.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Sep 30, 2024
1 parent 54122b9 commit d65ad3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ commands:

.. code:: bash
unzip pyansys-v2025.1.dev0-wheelhouse-Linux-3.10-core.zip wheelhouse
unzip pyansys-v2025.1.0b1-wheelhouse-Linux-3.10-core.zip wheelhouse
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
If you're on Windows with Python 3.10, unzip to a wheelhouse directory and then install using
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ it with the following:

.. code:: bash
unzip pyansys-v2025.1.dev0-wheelhouse-Linux-3.10-core.zip wheelhouse
unzip pyansys-v2025.1.0b1-wheelhouse-Linux-3.10-core.zip wheelhouse
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
If you're on Windows with Python 3.10, unzip to a wheelhouse directory and install using the same command as above.
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 = "pyansys"
version = "2025.1.dev0"
version = "2025.1.0b1"
description = "Pythonic interfaces to Ansys products"
readme = "README.rst"
requires-python = ">=3.10,<4"
Expand Down

0 comments on commit d65ad3f

Please sign in to comment.