Skip to content

Commit

Permalink
Release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-baer committed Dec 22, 2020
1 parent 6909011 commit 05acf48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion findiff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .vector import Gradient, Divergence, Curl, Laplacian
from .pde import PDE, BoundaryConditions

__version__ = "0.8.5"
__version__ = "0.8.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='findiff',
version='0.8.5',
version='0.8.6',
description='A Python package for finite difference derivatives in any number of dimensions.',
long_description="""A Python package for finite difference derivatives in any number of dimensions.
Expand Down

0 comments on commit 05acf48

Please sign in to comment.