diff --git a/core_utils/timer.py b/core_utils/timing.py similarity index 100% rename from core_utils/timer.py rename to core_utils/timing.py diff --git a/pyproject.toml b/pyproject.toml index bf51920..81ea2fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pywise" -version = "0.8.0" +version = "0.8.1" description = "Robust serialization support for NamedTuple & @DataClass data types. Various utilities and Quality-of-Life helpers. Python 3.8+ dependency only." authors = ["Malcolm Greaves "] homepage = "https://github.com/malcolmgreaves/pywise" diff --git a/tests/test_timer.py b/tests/test_timing.py similarity index 96% rename from tests/test_timer.py rename to tests/test_timing.py index d46d279..1f6014d 100644 --- a/tests/test_timer.py +++ b/tests/test_timing.py @@ -4,7 +4,7 @@ from pytest import raises from core_utils.loggers import print_logger -from core_utils.timer import timer +from core_utils.timing import timer def test_timer():