diff --git a/.gitignore b/.gitignore index 75e67d2..a22261e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ build/ __pycache__/ playground **/outputs -TODO \ No newline at end of file +TODO +dist \ No newline at end of file diff --git a/src/timeshap/version.py b/src/timeshap/version.py index 0792ab7..ef5bf33 100644 --- a/src/timeshap/version.py +++ b/src/timeshap/version.py @@ -1,3 +1,4 @@ """File to keep the package version in one place""" __version__ = "1.0.3" __version_info__ = tuple(__version__.split(".")) +