diff --git a/clients/python/lorax/__init__.py b/clients/python/lorax/__init__.py index 383c20c14..44d9f9916 100644 --- a/clients/python/lorax/__init__.py +++ b/clients/python/lorax/__init__.py @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.1" +__version__ = "0.3.2" from lorax.client import Client, AsyncClient, MergedAdapters