1.6.0
This commit is contained in:
parent
83ff9d58c3
commit
f86e5f892b
2 changed files with 6 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.6.0
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
2
setup.py
2
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",
|
||||
|
|
Loading…
Reference in a new issue