From d87597a08b19aea44487b801bc0cf2d026324480 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 10:16:43 -0800 Subject: [PATCH] New release for 0.8.0 (#94) Signed-off-by: github-actions Co-authored-by: github-actions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9df0e2..869b3a9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -__version__ = '0.7.0' +__version__ = '0.8.0' setup( name='amundsen-common',