diff --git a/scripts/azureml-assets/CHANGELOG.md b/scripts/azureml-assets/CHANGELOG.md index 9c000cf5d4..be7b978724 100644 --- a/scripts/azureml-assets/CHANGELOG.md +++ b/scripts/azureml-assets/CHANGELOG.md @@ -3,11 +3,11 @@ ### 🐛 Bugs Fixed -## 1.16.29 (2024-01-17) +## 1.16.30 (2024-01-18) ### 🚀 New Features - [#2141](https://github.com/Azure/azureml-assets/pull/2141) Support archiving models -## 1.16.28 (2023-01-05) +## 1.16.29 (2023-01-17) ### 🚀 New Features - [#2132](https://github.com/Azure/azureml-assets/pull/2132) Improve logging for model validation and link validation results and build running it diff --git a/scripts/azureml-assets/setup.py b/scripts/azureml-assets/setup.py index 2fd2c451c8..79e412401f 100644 --- a/scripts/azureml-assets/setup.py +++ b/scripts/azureml-assets/setup.py @@ -7,7 +7,7 @@ setup( name="azureml-assets", - version="1.16.29", + version="1.16.30", description="Utilities for publishing assets to Azure Machine Learning system registries.", author="Microsoft Corp", packages=find_packages(),