From 4d0c4129d858c1cf040ef2c9d298d89b78f9e13f Mon Sep 17 00:00:00 2001 From: Doman Date: Sun, 7 Aug 2022 10:44:16 +0200 Subject: [PATCH] min width now works great - bump version --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5deb0d8..33b7eda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.0 +current_version = 2.3.1 [wheel] universal = 1 diff --git a/setup.py b/setup.py index f100604..6c38de5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open("requirements.txt", "r", encoding="utf-8") as fh: setup( name="fasttyper", - version="2.3.0", + version="2.3.1", author="Piotr Domanski", author_email="pi.domanski@gmail.com", description="Minimalistic typing exercise",