Skip to content

Commit

Permalink
[0.8.1] Better name: from core_utils.timing import timer (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmgreaves authored Jun 2, 2024
1 parent ec1f044 commit 2689939
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
homepage = "https://github.com/malcolmgreaves/pywise"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_timer.py → tests/test_timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 2689939

Please sign in to comment.