min width now works great - bump version

This commit is contained in:
Doman 2022-08-07 10:44:16 +02:00
parent fb7eaecb42
commit 4d0c4129d8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.3.1
[wheel]
universal = 1

View file

@ -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",