From 86339010fad45b9e90948ead872b8edf1317be16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Dec 2024 12:36:53 +0000 Subject: [PATCH] **CI** Formatted code + Updated version number and documentation. [skip ci] --- dol/tools.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dol/tools.py b/dol/tools.py index 7807a2a0..f14bae24 100644 --- a/dol/tools.py +++ b/dol/tools.py @@ -189,7 +189,7 @@ def _get_or_compute(self, instance, cache): # TODO: Time-boxed attempt to get a __call__ method to work with the class # (so that you can chain two cache_this decorators, (problem is that the outer - # expects the inner to be a function, not an instance of CachedProperty, so + # expects the inner to be a function, not an instance of CachedProperty, so # tried to make CachedProperty callable). # def __call__(self, instance): # """ diff --git a/setup.cfg b/setup.cfg index 99256b26..d85453ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dol -version = 0.2.93 +version = 0.2.94 url = https://github.com/i2mint/dol platforms = any description_file = README.md