From 4ba64616e441fc582ec1d5dbd79ff1fc8767fcf9 Mon Sep 17 00:00:00 2001 From: Denis Sazonov Date: Sun, 21 Jun 2020 17:15:26 +0100 Subject: [PATCH] fix bad tagging --- andriller/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/andriller/__init__.py b/andriller/__init__.py index 219d0ab..4abe73f 100644 --- a/andriller/__init__.py +++ b/andriller/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.5.0' +__version__ = '3.4.0' __app_name__ = 'Andriller CE' __package_name__ = 'andriller' __website__ = "https://github.com/den4uk/andriller" # "https://www.andriller.com" diff --git a/setup.cfg b/setup.cfg index a427a89..944bddd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True -current_version = 3.5.0 +current_version = 3.4.0 files = andriller/__init__.py tag = True tag_name = {new_version} @@ -10,7 +10,7 @@ ignore = E128,E501,E731 statistics = True [coverage:run] -omit = +omit = andriller/windows.py andriller/tooltips.py andriller/__init__.py