Skip to content

Commit

Permalink
trigger a release
Browse files Browse the repository at this point in the history
  • Loading branch information
juncongmoo committed Mar 9, 2023
1 parent b703708 commit e4d23b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions itree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ ENDIF()
else()
message("building in ci")
endif()

1 change: 1 addition & 0 deletions itree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ def is_picklable(o):
except (pickle.PicklingError, TypeError):
return False
return True

0 comments on commit e4d23b6

Please sign in to comment.