From dc2023ef892faf98c0f509e2540d019ac5ab7c24 Mon Sep 17 00:00:00 2001 From: Dave Grote Date: Thu, 20 Oct 2022 17:59:19 -0700 Subject: [PATCH] Version 0.0.21 --- PICMI_Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PICMI_Python/setup.py b/PICMI_Python/setup.py index 468bbc0..6d5091b 100644 --- a/PICMI_Python/setup.py +++ b/PICMI_Python/setup.py @@ -9,7 +9,7 @@ install_requires = [ line.strip('\n') for line in f.readlines() ] setup(name = 'picmistandard', - version = '0.0.20', + version = '0.0.21', description = 'Python base classes for PICMI standard', platforms = 'any', packages = ['picmistandard'],