From 5903b3d4361b1aff5aadc6e1b0579a66ff515922 Mon Sep 17 00:00:00 2001 From: erogol Date: Tue, 27 Oct 2020 12:14:27 +0100 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0127e84d..2893036a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ args, unknown_args = parser.parse_known_args() # Remove our arguments from argv so that setuptools doesn't see them sys.argv = [sys.argv[0]] + unknown_args -version = '0.0.5' +version = '0.0.6' # Adapted from https://github.com/pytorch/pytorch cwd = os.path.dirname(os.path.abspath(__file__))