We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeb409 commit a77e122Copy full SHA for a77e122
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
[project]
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
name = "ansys-platform-instancemanagement"
8
-version = "1.0.1"
+version = "1.0.2"
9
description = "A Python wrapper for Ansys platform instancemanagement"
10
readme = "README.rst"
11
requires-python = ">=3.7"
tests/test_metadata.py
@@ -2,4 +2,4 @@
2
3
4
def test_pkg_version():
- assert __version__ == "1.0.1"
+ assert __version__ == "1.0.2"
0 commit comments