Skip to content

Commit f87e2e1

Browse files
committed
v1.1.2
1 parent c0eaa66 commit f87e2e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-platform-instancemanagement"
8-
version = "1.1.1"
8+
version = "1.1.2"
99
description = "A Python wrapper for Ansys platform instancemanagement"
1010
readme = "README.rst"
1111
requires-python = ">=3.8"

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_pkg_version():
5-
assert __version__ == "1.1.1"
5+
assert __version__ == "1.1.2"

0 commit comments

Comments
 (0)