Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit d5553fb

Browse files
committed
Update version to v0.1.1
1 parent a5807e8 commit d5553fb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

conda_recipes/conda_build_tc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ echo "HALIDE packaged Successfully"
107107

108108
###############################################################################
109109
# Tensor Comprehensions settings
110-
TC_BUILD_VERSION="0.1.0"
110+
TC_BUILD_VERSION="0.1.1"
111111
TC_BUILD_NUMBER=2
112-
TC_GIT_HASH="8dffb043842f10c6aa8cd124eaf78f35688c4d3d"
112+
TC_GIT_HASH="a5807e8eb34bcf94e688bd5bf26a4884e2e1116b"
113113

114114
echo "Packaging TC ==> TC_BUILD_VERSION: ${TC_BUILD_VERSION} TC_BUILD_NUMBER: ${TC_BUILD_NUMBER}"
115115

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
['git', 'rev-parse', 'HEAD'], cwd=TOP_DIR
1919
).decode('ascii').strip()
2020

21-
tc_version = '0.1.0'
21+
# TODO (prigoyal): automatically sync this with conda package
22+
tc_version = '0.1.1'
2223
tc_build_number = 2
2324
# versioning should comply with
2425
# https://www.python.org/dev/peps/pep-0440/#public-version-identifiers

0 commit comments

Comments
 (0)