diff --git a/package.json b/package.json index 75718171c..708e25737 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lyft/flyteidl", - "version": "0.17.34", + "version": "0.17.35", "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs", "repository": { "type": "git", diff --git a/setup.py b/setup.py index 252b18ce4..f021ceb14 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = '0.17.34' +__version__ = '0.17.35' setup( name='flyteidl',