From e98c94a0caf1d5d292eb41018e81c5a3cf84a068 Mon Sep 17 00:00:00 2001 From: Stefan Besler Date: Wed, 5 Oct 2022 18:48:49 +0200 Subject: [PATCH] ci: bump version to 0.4.0 --- .Zeugwerk/config.json | 2 +- README.md | 6 +++--- Twingrind/Twingrind/Twingrind/Twingrind.plcproj | 2 +- pytwingrind/setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.Zeugwerk/config.json b/.Zeugwerk/config.json index 64ae4b1..ed3c73f 100644 --- a/.Zeugwerk/config.json +++ b/.Zeugwerk/config.json @@ -6,7 +6,7 @@ "name": "Twingrind", "plcs": [ { - "version": "0.3.1.0", + "version": "0.4.0.0", "name": "Twingrind", "type": "Library", "frameworks": {}, diff --git a/README.md b/README.md index 2514e27..7d23f4c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The current limitations of the profiler and the topics, which should be looked i 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 Twingrind, the download will give you a file called "twingrind_0.3.1.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 Twingrind, the download will give you a file called "twingrind_0.4.0.0.compiled-library" and a python setup file. Note that the version number may differ from the file you actually downloaded. ### Twingrind PLC library @@ -62,11 +62,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.3.1-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.4.0-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.3.1-py3-none-any.whl +pip install pytwingrind-0.4.0-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 bcd0d85..0306c7d 100644 --- a/Twingrind/Twingrind/Twingrind/Twingrind.plcproj +++ b/Twingrind/Twingrind/Twingrind/Twingrind.plcproj @@ -18,7 +18,7 @@ Stefan Besler false Twingrind - 0.3.1.0 + 0.4.0.0 Stefan Besler and Contributers