From 9fc14614feeafcd40e565ff062d261c079a7c329 Mon Sep 17 00:00:00 2001 From: Maximiliano Osorio Date: Wed, 1 Jul 2020 14:49:48 -0700 Subject: [PATCH] Release 3.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 316a311..3d2d525 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "modelcatalog-api" -VERSION = "3.0.0" +VERSION = "3.0.1" # To install the library, run the following # # python setup.py install