From 5e63da1d316d8cbd1da87de521927d54ea0e44bd Mon Sep 17 00:00:00 2001 From: doman Date: Thu, 10 Feb 2022 13:10:10 +0100 Subject: [PATCH] changed default top margin to 0% --- fasttyper/config.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fasttyper/config.py b/fasttyper/config.py index a375730..8318fb4 100644 --- a/fasttyper/config.py +++ b/fasttyper/config.py @@ -21,7 +21,7 @@ class Config: "accuracy: {stats.accuracy:0.2f}%" ), "summary_datafile": "~/.cache/fasttyper/datafile.csv", - "top_margin_percentage": 30, + "top_margin_percentage": 0, } def __init__(self, configmap): diff --git a/setup.cfg b/setup.cfg index c85bb8f..b3c54c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3 +current_version = 1.3.4 [wheel] universal = 1 diff --git a/setup.py b/setup.py index 1271e0b..d0cd6cf 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.3.3", + version="1.3.4", author="Piotr Domanski", author_email="pi.domanski@gmail.com", description="Minimalistic typing exercise",