[version] bump
This commit is contained in:
parent
1b92268df9
commit
61a37706db
3 changed files with 4 additions and 4 deletions
4
Makefile
4
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/*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 2.4.1
|
||||
current_version = 2.4.2
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Loading…
Reference in a new issue