make CLI spinner animation more robust

This commit is contained in:
2025-11-11 09:34:25 +01:00
parent 3ab468205f
commit 18e0a8ecea
2 changed files with 51 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "dopt-basics"
version = "0.2.1"
version = "0.2.2"
description = "basic cross-project tools for Python-based d-opt projects"
authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
@@ -69,7 +69,7 @@ directory = "reports/coverage"
[tool.bumpversion]
current_version = "0.2.1"
current_version = "0.2.2"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.