Skip to content

Commit 9248d2d

Browse files
committed
v0.1.0
1 parent 2b875ee commit 9248d2d

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 = "0.1.dev2"
8+
version = "0.1.0"
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__ == "0.1.dev2"
5+
assert __version__ == "0.1.0"

0 commit comments

Comments
 (0)