From 5a075f549dd0e51cff98b0fd088bebc54e7522a9 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Mon, 6 Jan 2020 07:56:47 -0800 Subject: [PATCH] Bump python version to 1.4.0 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 578198c..3ede09e 100644 --- a/python/setup.py +++ b/python/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nflxprofile", - version="1.3.1", + version="1.4.0", author="Matheus Marchini", author_email="mmarchini@netflix.com", description="Protobuf specification of the nflxprofile format",