Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
plule-ansys committed May 10, 2022
1 parent 55ddc1c commit ca39891
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions doc/source/integration_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ with the following ``require`` string:

``"ansys-platform-instancemanagement~=1.0"``

.. note::

As the time of the writing, 1.0.0 is not yet released.

Condition to use PyPIM
======================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-platform-instancemanagement"
version = "1.0.dev0"
version = "1.0.0"
description = "A Python wrapper for Ansys platform instancemanagement"
readme = "README.rst"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_pkg_version():
assert __version__ == "1.0.dev0"
assert __version__ == "1.0.0"

0 comments on commit ca39891

Please sign in to comment.