Skip to content

Commit dfffb76

Browse files
committed
Bump version number
1 parent de1d52e commit dfffb76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/demos/RayleighBenard/rayleighbenard.do.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ The timesteppers are provided with $\psi, \mathcal{L}$ and $\mathcal{N}$, and po
287287
linear algebra solvers, and solvers are then further assembled under the hood.
288288

289289
All the timesteppers split one time step into one or several stages.
290-
The classes $cls{('IMEXRK222')}, $cls{('IMEXRK3')} and $cls{('IMEXRK443')}
290+
The classes ${cls('IMEXRK222')}, ${cls('IMEXRK3')} and ${cls('IMEXRK443')}
291291
have 2, 3 and 4 steps, respectively, and the cost is proportional.
292292

293293
===== Implementation =====

shenfun/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"""
3030
#pylint: disable=wildcard-import,no-name-in-module
3131

32-
__version__ = '4.0.1'
32+
__version__ = '4.0.2'
3333
__author__ = 'Mikael Mortensen'
3434

3535
import numpy as np

0 commit comments

Comments
 (0)