Skip to content

Commit

Permalink
Fix importlib_metadata changes
Browse files Browse the repository at this point in the history
As per python/importlib_metadata#411 (comment)

Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Apr 3, 2023
1 parent 5b19849 commit d5b6f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaostoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import uuid
from datetime import date, datetime

__version__ = "1.15.0"
__version__ = "1.15.1"
__all__ = ["__version__", "encoder"]


Expand Down

0 comments on commit d5b6f64

Please sign in to comment.