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",