From 5f358b673c740dfb49468e488468de0560b43b69 Mon Sep 17 00:00:00 2001 From: Hans Date: Sun, 18 Sep 2022 13:13:21 +0200 Subject: [PATCH] readme fixes for pypi --- cutie.py | 2 +- readme.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cutie.py b/cutie.py index 5ef2001..cceb083 100755 --- a/cutie.py +++ b/cutie.py @@ -3,7 +3,7 @@ Commandline User Tools for Input Easification """ -__version__ = "0.3.0" +__version__ = "0.3.1" __author__ = "Hans / Kamik423" __license__ = "MIT" diff --git a/readme.md b/readme.md index 4cda9f2..b12e38a 100644 --- a/readme.md +++ b/readme.md @@ -279,6 +279,10 @@ The bool what has been selected. ## Changelog +### 0.3.1 + +* Readme fixes for PyPi + ### 0.3.0 * Unittests by [provinzkraut](https://github.com/provinzkraut)