Skip to content

Commit

Permalink
**CI** Formatted code + Updated version number and documentation. [sk…
Browse files Browse the repository at this point in the history
…ip ci]
  • Loading branch information
github-actions[bot] committed Dec 14, 2024
1 parent 7198ffb commit 8633901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dol/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
# """
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8633901

Please sign in to comment.