[version] bump

This commit is contained in:
Piotr Domański 2024-05-24 13:56:28 +02:00
parent 1b92268df9
commit 61a37706db
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
build: fasttyper
python setup.py sdist bdist_wheel
build: fasttyper dist
python3 setup.py sdist bdist_wheel
push:
twine upload dist/*

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.1
current_version = 2.4.2
[wheel]
universal = 1

View file

@ -9,7 +9,7 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
setup(
name="fasttyper",
version="2.4.1",
version="2.4.2",
author="Piotr Domanski",
author_email="pi.domanski@gmail.com",
description="Minimalistic typing exercise",