Skip to content

Commit

Permalink
Bump version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lboucin authored and Lucas Boucinha committed Dec 20, 2022
1 parent 541b8e4 commit e4de696
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
18 changes: 5 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,8 @@ page on the Ansys website.
.. _Ansys Digital Twins: https://www.ansys.com/products/digital-twin/
.. _Twin Builder: https://www.ansys.com/products/digital-twin/ansys-twin-builder
.. _Documentation: https://twin.docs.pyansys.com/
.. _Getting started: https://twin.docs.pyansys.com/getting_started/index.html#
.. _User guide: https://twin.docs.pyansys.com/user_guide/index.html
.. _API reference: https://twin.docs.pyansys.com/api/index.html
.. _Examples: https://twin.docs.pyansys.com/examples/index.html
.. _Contributing: https://twin.docs.pyansys.com/contributing.html
.. _black: https://github.com/psf/black
.. _flake8: https://flake8.pycqa.org/en/latest/
.. _isort: https://github.com/PyCQA/isort
.. _PyAnsys Developer's guide: https://dev.docs.pyansys.com/
.. _pre-commit: https://pre-commit.com/
.. _pytest: https://docs.pytest.org/en/stable/
.. _Sphinx: https://www.sphinx-doc.org/en/master/
.. _tox: https://tox.wiki/
.. _Getting started: https://twin.docs.pyansys.com/release/0.1/getting_started/index.html
.. _User guide: https://twin.docs.pyansys.com/release/0.1/user_guide/index.html
.. _API reference: https://twin.docs.pyansys.com/release/0.1/api/index.html
.. _Examples: https://twin.docs.pyansys.com/release/0.1/examples/index.html
.. _Contributing: https://twin.docs.pyansys.com/release/0.1/contributing.html
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pytwin"
version = "0.1.0"
version = "0.1.1"
description = "A python wrapper for Ansys Digital Twin components"
license = "MIT"
authors = ["ANSYS, Inc. <ansys.support@ansys.com>"]
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__ == "0.1.0"
assert __version__ == "0.1.1"

0 comments on commit e4de696

Please sign in to comment.