Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joao.bento committed Apr 20, 2023
1 parent 2a551a6 commit e155bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ build/
__pycache__/
playground
**/outputs
TODO
TODO
dist
1 change: 1 addition & 0 deletions src/timeshap/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""File to keep the package version in one place"""
__version__ = "1.0.3"
__version_info__ = tuple(__version__.split("."))

0 comments on commit e155bb2

Please sign in to comment.