Skip to content

Commit

Permalink
Version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maroba committed Sep 23, 2024
1 parent a960e92 commit 9753b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions findiff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- New in version 0.10: Create symbolic representations of finite difference schemes
"""

__version__ = '0.10.0'
__version__ = '0.10.1'

from .coefs import coefficients
from .operators import FinDiff, Coef, Identity, Coefficient
from .vector import Gradient, Divergence, Curl, Laplacian
from .pde import PDE, BoundaryConditions
from .symbolic import SymbolicMesh, SymbolicDiff
from .vector import Gradient, Divergence, Curl, Laplacian

0 comments on commit 9753b71

Please sign in to comment.