Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Jun 23, 2022
1 parent de1d52e commit dfffb76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/demos/RayleighBenard/rayleighbenard.do.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ The timesteppers are provided with $\psi, \mathcal{L}$ and $\mathcal{N}$, and po
linear algebra solvers, and solvers are then further assembled under the hood.

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

===== Implementation =====
Expand Down
2 changes: 1 addition & 1 deletion shenfun/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"""
#pylint: disable=wildcard-import,no-name-in-module

__version__ = '4.0.1'
__version__ = '4.0.2'
__author__ = 'Mikael Mortensen'

import numpy as np
Expand Down

0 comments on commit dfffb76

Please sign in to comment.