Skip to content

Commit 9d5b995

Browse files
committed
Bump version to 2023.1.0
1 parent 041efbf commit 9d5b995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install
114114

115115
.. code:: bash
116116
117-
unzip pyansys-v2023.1.dev0-wheelhouse-Linux-3.7-core.zip wheelhouse
117+
unzip pyansys-v2023.1.0-wheelhouse-Linux-3.7-core.zip wheelhouse
118118
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
119119
120120
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "pyansys"
8-
version = "2023.1.dev0"
8+
version = "2023.1.0"
99
description = "Pythonic interfaces to Ansys products"
1010
readme = "README.rst"
1111
license = "MIT"

0 commit comments

Comments
 (0)