From ec46daf44a4d81e0d51fec48cfac918e406691f8 Mon Sep 17 00:00:00 2001 From: Anastasis Germanidis Date: Tue, 20 Aug 2019 13:11:14 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ runway/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ff78b..bf93de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The Runway Model SDK follows [semantic versioning](https://semver.org/). Be awar Until version 1.0.0, expect that minor version changes may introduce breaking changes. We will take care not to introduce new behavior, features, or breaking changes in patch releases. If you require stability and reproducible behavior you *may* pin to a version or version range of the model SDK like `runway-python>=0.2.0` or `runway-python>=0.2,<0.3`. +## v.0.4.1 + +- Set default port to 9000. + ## v.0.4.0 - Add `image_landmarks` data type. diff --git a/runway/__version__.py b/runway/__version__.py index abeeedb..f0ede3d 100644 --- a/runway/__version__.py +++ b/runway/__version__.py @@ -1 +1 @@ -__version__ = '0.4.0' +__version__ = '0.4.1'