From 23b6bd4faaf5fd3a8458f83cac9fa6f34e018137 Mon Sep 17 00:00:00 2001 From: Burlen Loring Date: Thu, 6 May 2021 11:34:29 -0700 Subject: [PATCH] PyPi package bump package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 772ee7c91..e915c9430 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # when compiled outside of the git repo we must set the version # manually. Also note that these must be unique per upload to PyPi # so be sure to use an 'rcX' for testing -teca_version = "4.0.0" +teca_version = "4.1.0" class CMakeExtension(Extension): def __init__(self, name, sourcedir=''):