Skip to content

Commit e155bb2

Browse files
author
joao.bento
committed
Update gitignore
1 parent 2a551a6 commit e155bb2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ build/
1111
__pycache__/
1212
playground
1313
**/outputs
14-
TODO
14+
TODO
15+
dist

src/timeshap/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"""File to keep the package version in one place"""
22
__version__ = "1.0.3"
33
__version_info__ = tuple(__version__.split("."))
4+

0 commit comments

Comments
 (0)