From abb558d49839d1aed8ca72e1d5abf7bfe0a39e95 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Mon, 17 Apr 2023 20:24:50 -0700 Subject: [PATCH] 0.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 372e819..c4fd135 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'ema-pytorch', packages = find_packages(exclude=[]), - version = '0.2.2', + version = '0.2.3', license='MIT', description = 'Easy way to keep track of exponential moving average version of your pytorch module', author = 'Phil Wang',