Skip to content

Commit

Permalink
Update version.py (#84)
Browse files Browse the repository at this point in the history
Change version to 0.10.2, require sympy version < 1.17.
  • Loading branch information
yguclu authored Dec 3, 2020
1 parent b8ee49a commit 769cfb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# Dependencies
install_requires = [
'sympy>=1.2',
'sympy>=1.2,<1.7',
'h5py',
'pytest',
'pyyaml',
Expand Down
2 changes: 1 addition & 1 deletion sympde/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.1"
__version__ = "0.10.2"

0 comments on commit 769cfb3

Please sign in to comment.