From 81b9c3f99ab10e072c1e456f9b4f5f2d85c5a2ca Mon Sep 17 00:00:00 2001 From: Doman Date: Thu, 3 Feb 2022 13:41:50 +0100 Subject: [PATCH] bump 1.3.0 --- Makefile | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Makefile 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",