diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bf54c39 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +build: + python setup.py sdist bdist_wheel + +push: + twine upload dist/* diff --git a/setup.py b/setup.py index a5e75bb..66cffe1 100644 --- a/setup.py +++ b/setup.py @@ -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",