diff --git a/.Zeugwerk/config.json b/.Zeugwerk/config.json index f56b7d1..a54aab4 100644 --- a/.Zeugwerk/config.json +++ b/.Zeugwerk/config.json @@ -6,7 +6,7 @@ "name": "Twingrind", "plcs": [ { - "version": "0.2.0.0", + "version": "0.2.1.0", "name": "Twingrind", "type": "Library", "frameworks": {}, diff --git a/README.md b/README.md index f341674..b1dab74 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Before profiling you should backup your code by commiting it to your version-con Twingrind can either be downloaded from Github as or you can clone the [repository](https://github.com/stefanbesler/twingrind) and compile the library yourself. This guide will focus on the former use case. -First, [get the latest release](https://github.com/stefanbesler/twingrind/releases) of the Twingrind, the download will give you a file called "twingrind_0.2.0.0.compiled-library" and a python setup file. Note that the version number may differ from the file you actually downloaded. +First, [get the latest release](https://github.com/stefanbesler/twingrind/releases) of the Twingrind, the download will give you a file called "twingrind_0.2.1.0.compiled-library" and a python setup file. Note that the version number may differ from the file you actually downloaded. ### Twingrind PLC library @@ -45,11 +45,11 @@ To make the Twingrind library available to the PLC, open the solution, which con ### pytwingrind python-module -Open a command prompt and navigate to the *pytwingrind-0.2.0-py3-none-any.whl* file. Then use the following command to install the python module on your system. +Open a command prompt and navigate to the *pytwingrind-0.2.1-py3-none-any.whl* file. Then use the following command to install the python module on your system. Make sure that your python environment is reachable in your path variable. ``` -pip install pytwingrind-0.2.0-py3-none-any.whl +pip install pytwingrind-0.2.1-py3-none-any.whl ``` After running the command successfully, the executable `twingrind.exe` should be available in your path. diff --git a/Twingrind/Twingrind/Twingrind/Twingrind.plcproj b/Twingrind/Twingrind/Twingrind/Twingrind.plcproj index 785be65..422b6a6 100644 --- a/Twingrind/Twingrind/Twingrind/Twingrind.plcproj +++ b/Twingrind/Twingrind/Twingrind/Twingrind.plcproj @@ -18,7 +18,7 @@ Stefan Besler false Twingrind - 0.2.0.0 + 0.2.1.0 Stefan Besler and Contributers - \ No newline at end of file + diff --git a/pytwingrind/setup.py b/pytwingrind/setup.py index 4a5fe45..ae6e219 100644 --- a/pytwingrind/setup.py +++ b/pytwingrind/setup.py @@ -5,7 +5,7 @@ setup( name="pytwingrind", - version=f"0.2.0", + version=f"0.2.1", author="Stefan Besler", author_email="stefan@besler.me", description="Call-graph profiling for TwinCAT 3.",