From 61a37706dbf82ebdf5ec764543c1a03907194a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Doma=C5=84ski?= Date: Fri, 24 May 2024 13:56:28 +0200 Subject: [PATCH] [version] bump --- Makefile | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0928b68..737357e 100644 --- a/Makefile +++ b/Makefile @@ -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/* diff --git a/setup.cfg b/setup.cfg index 9d73894..4fee23d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.1 +current_version = 2.4.2 [wheel] universal = 1 diff --git a/setup.py b/setup.py index 5d21e4d..5e2253b 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.1", + version="2.4.2", author="Piotr Domanski", author_email="pi.domanski@gmail.com", description="Minimalistic typing exercise",