executiontime 0.4.2__tar.gz → 0.4.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.3
2
2
  Name: executiontime
3
- Version: 0.4.2
3
+ Version: 0.4.3
4
4
  Summary: A simple function decorator to display its execution time on the console or in the logs.
5
5
  License: MIT
6
6
  Keywords: testing,logging,time,performance,execution
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "executiontime"
3
- version = "0.4.2"
3
+ version = "0.4.3"
4
4
  description = "A simple function decorator to display its execution time on the console or in the logs."
5
5
  authors = ["Timokasse <Timokasse@users.noreply.github.com>"]
6
6
  license = "MIT"
File without changes
File without changes