From 8e14fd2d06432c034c3076eb733f04bf9eabc19f Mon Sep 17 00:00:00 2001 From: Derek Wan Date: Thu, 1 Jan 2026 00:42:20 +0900 Subject: [PATCH] 2026-01-01 00:42:20 (Thu) > DW-Mac > derekwan --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- pytest.toml | 7 ++++--- src/utilities/__init__.py | 2 +- uv.lock | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 9568c31fd..3c1cea954 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,6 @@ [tool.bumpversion] allow_dirty = true - current_version = "0.175.0" + current_version = "0.175.1" [[tool.bumpversion.files]] filename = "pyproject.toml" diff --git a/pyproject.toml b/pyproject.toml index 11753129c..88317774b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ name = "dycw-utilities" readme = "README.md" requires-python = ">= 3.12" - version = "0.175.0" + version = "0.175.1" [project.entry-points.pytest11] pytest-randomly = "utilities.pytest_plugins.pytest_randomly" diff --git a/pytest.toml b/pytest.toml index c28abdc82..f5504b00d 100644 --- a/pytest.toml +++ b/pytest.toml @@ -5,9 +5,10 @@ "--color=auto", "--durations=10", "--durations-min=10", - # "--cov=utilities", - # "--cov-config=.coveragerc.toml", - # "--cov-report=html", + "--cov=utilities", + "--cov-config=pyproject.toml", + "--cov-report=html", + "--cov-report=term-missing:skip-covered", ] asyncio_default_fixture_loop_scope = "function" asyncio_mode = "auto" diff --git a/src/utilities/__init__.py b/src/utilities/__init__.py index 30ee604cb..e5054ea2a 100644 --- a/src/utilities/__init__.py +++ b/src/utilities/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.175.0" +__version__ = "0.175.1" diff --git a/uv.lock b/uv.lock index 324b11908..8542756bd 100644 --- a/uv.lock +++ b/uv.lock @@ -622,7 +622,7 @@ wheels = [ [[package]] name = "dycw-utilities" -version = "0.175.0" +version = "0.175.1" source = { editable = "." } dependencies = [ { name = "atomicwrites" },