annotated-logger 1.3.2__tar.gz → 1.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: annotated-logger
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: A decorator that logs the start and end of a function as well as providing an optional logger with annotations
5
5
  Project-URL: Homepage, https://github.com/github/annotated-logger
6
6
  Author-email: Vuln Mgmt Eng <security+vulnmgmteng@github.com>
@@ -33,7 +33,7 @@ if TYPE_CHECKING: # pragma: no cover
33
33
  # https://test.pypi.org/project/annotated-logger/
34
34
  # The dev versions in testpypi can then be pulled in to whatever project needed
35
35
  # the new feature.
36
- VERSION = "1.3.2" # pragma: no mutate
36
+ VERSION = "1.3.3" # pragma: no mutate
37
37
 
38
38
  T = TypeVar("T")
39
39
  P = ParamSpec("P")