diff --git a/setup.cfg b/setup.cfg index ae3898f..9d73894 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.0 +current_version = 2.4.1 [wheel] universal = 1 diff --git a/setup.py b/setup.py index 8ba73ed..5d21e4d 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.4.0", + version="2.4.1", author="Piotr Domanski", author_email="pi.domanski@gmail.com", description="Minimalistic typing exercise",