bump 1.3.0

This commit is contained in:
Doman 2022-02-03 13:41:50 +01:00
parent f9e57e5807
commit 81b9c3f99a
2 changed files with 6 additions and 1 deletions

5
Makefile Normal file
View file

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

View file

@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="fasttyper",
version="1.2.0",
version="1.3.0",
author="Piotr Domanski",
author_email="pi.domanski@gmail.com",
description="Minimalistic typing exercise",