From 9bf7eb109491684acbf872bb8429dc5dcb92f000 Mon Sep 17 00:00:00 2001 From: "Keaton J. Burns" Date: Wed, 16 Sep 2020 12:57:40 -0400 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed2d8536..51404587 100644 --- a/setup.py +++ b/setup.py @@ -200,7 +200,7 @@ def run(self): # Setup setup( name='dedalus', - version='2.2006a1', + version='2.2006', author='Keaton J. Burns', author_email='keaton.burns@gmail.com', description="A flexible framework for solving PDEs with modern spectral methods.",