diff --git a/README.md b/README.md index 947512d..2b01b96 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Table of contents * [Python sample](#python-sample) * [Arduino code](#arduino-code) * [Sketch](#sketch) - +* [Releasing](#releasing) @@ -253,3 +253,10 @@ Custom part sources * [LM2596 Step Down Module](https://forum.fritzing.org/uploads/default/original/2X/8/876018ce35bcc333dd7083f3bbbc5dcc86a9fb20.fzpz) * [PC817 Opto-isolator](https://github.com/RafaGS/Fritzing/blob/master/Sharp%20PC817.fzpz) * [HC-SR04 Sonar](https://fritzing-data.s3.eu-central-1.amazonaws.com/0ec82cd976950bb5439acdd825c9c8c1.fzpz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2HCNQME5J5JNR5LX%2F20210612%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20210612T133948Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=368c32cdbce2a5ce10266e8599b724db47e37fa24c7fefffe923d4e05937c0f1) + + +Releasing +============ +```diff +- Remember to increment setup.cfg version before release tag! +``` \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 91d2547..6aab6f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nx100-remote-control -version = 1.0.1 +version = 1.0.2 author = norkator author_email = nitramite@outlook.com description = Motoman NX100 remote control ability research library