bump 1.3.0
This commit is contained in:
parent
f9e57e5807
commit
81b9c3f99a
2 changed files with 6 additions and 1 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
build:
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
push:
|
||||
twine upload dist/*
|
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.2.0",
|
||||
version="1.3.0",
|
||||
author="Piotr Domanski",
|
||||
author_email="pi.domanski@gmail.com",
|
||||
description="Minimalistic typing exercise",
|
||||
|
|
Loading…
Reference in a new issue