Skip to content

Commit c65b143

Browse files
greschdakaszynski
andauthored
Create patch release 0.5.2 (#13)
* Update ci.yml * Allow using protobuf 4.x releases (#11) * Bump version to 0.5.2 --------- Co-authored-by: Alex Kaszynski <[email protected]>
1 parent 839ed97 commit c65b143

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansys/api/mapdl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper"]
2+
requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0"]
33
build-backend = "setuptools.build_meta:__legacy__"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
url=f"https://github.com/ansys/{package_name}",
3636
license="MIT",
3737
python_requires=">=3.7",
38-
install_requires=["grpcio~=1.17", "protobuf~=3.19"],
38+
install_requires=["grpcio~=1.17", "protobuf>=3.19,<5"],
3939
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4040
package_data={
4141
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)