From f86e5f892b749286238fbe18309c5dbe1bb28598 Mon Sep 17 00:00:00 2001 From: Doman Date: Sat, 12 Feb 2022 22:47:26 +0100 Subject: [PATCH] 1.6.0 --- setup.cfg | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e69de29..7d09ac7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -0,0 +1,5 @@ +[bumpversion] +current_version = 1.6.0 + +[wheel] +universal = 1 diff --git a/setup.py b/setup.py index bf6abc7..a16f8f7 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.5.2", + version="1.6.0", author="Piotr Domanski", author_email="pi.domanski@gmail.com", description="Minimalistic typing exercise",