diff --git a/README.rst b/README.rst index a8b4963a..0801da3c 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 41afef4e..3f6af9c6 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 5c92c8ec..abbf7bbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"