Skip to content

Commit ffd7af4

Browse files
committed
v1.0.1
1 parent 259d519 commit ffd7af4

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.0.0"
8+
version = "1.0.1"
99
description = "A Python wrapper for Ansys platform instancemanagement"
1010
readme = "README.rst"
1111
requires-python = ">=3.7"

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.0.0"
5+
assert __version__ == "1.0.1"

0 commit comments

Comments
 (0)