From 831bd7c8357fb01d3ae7a833150ab5734244a6ab Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Fri, 15 Dec 2023 14:27:03 +0100 Subject: [PATCH] re-sync python package version with current openEMS release --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 0ac0ba0..72eea4e 100644 --- a/python/setup.py +++ b/python/setup.py @@ -22,7 +22,7 @@ extensions = [ setup( name="openEMS", - version = '0.0.33', + version = '0.0.36', description = "Python interface for the openEMS FDTD library", classifiers = [ 'Development Status :: 3 - Alpha',