Skip to content

Commit

Permalink
[RELEASE] version == 0.5.0 (#479)
Browse files Browse the repository at this point in the history
version == 0.5.0
  • Loading branch information
vadiklyutiy authored Dec 20, 2024
1 parent 9c52942 commit a0fff01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/hidet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.6.0"
__version__ = "0.5.0"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="hidet",
version="0.6.0",
version="0.5.0",
description="Hidet: a compilation-based DNN inference framework.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a0fff01

Please sign in to comment.