diff --git a/gradient/version.py b/gradient/version.py index 2c0c4375..90ac1a6b 100644 --- a/gradient/version.py +++ b/gradient/version.py @@ -1 +1 @@ -version = "0.7.0a2" +version = "0.7.0a3" diff --git a/releasenotes.md b/releasenotes.md index 822fe457..3cffc437 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,5 +1,9 @@ # Gradient CLI Release Notes +# Release Notes for 0.7.0a3 +#### Fixes +* Fixed a bug in model upload introduced in 0.7.0a3 + # Release Notes for 0.7.0a2 #### New features * Added some datetime fields to deployment and experiment models