diff --git a/README.md b/README.md index f5e1d679..92c97abf 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Changelog ## [Unreleased] +## [2.0.3] - 2023-07-13 + ### Compute - Allow deletion of `Function` objects. diff --git a/descarteslabs/core/client/version.py b/descarteslabs/core/client/version.py index b468641a..3f6d9ba2 100644 --- a/descarteslabs/core/client/version.py +++ b/descarteslabs/core/client/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.0.2" +__version__ = "2.0.3"