diff --git a/flyteidl/package.json b/flyteidl/package.json index 400ce64bba..ed4e9e5caf 100644 --- a/flyteidl/package.json +++ b/flyteidl/package.json @@ -1,6 +1,6 @@ { "name": "@lyft/flyteidl", - "version": "0.1.0", + "version": "0.16.0", "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs", "repository": { "type": "git", diff --git a/flyteidl/setup.py b/flyteidl/setup.py index 078bae1450..caf1246051 100644 --- a/flyteidl/setup.py +++ b/flyteidl/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = '0.14.0' +__version__ = '0.16.0' setup( name='flyteidl',