Skip to content

Commit

Permalink
fix for issue #178
Browse files Browse the repository at this point in the history
  • Loading branch information
joanglaunes committed Jul 24, 2021
1 parent c30ea23 commit 1fd3d6c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion pykeops/__init__.py
Expand Up @@ -4,7 +4,7 @@
# Set version

with open(
os.path.join(os.path.abspath(os.path.dirname(__file__)), "version"),
os.path.join(os.path.abspath(os.path.dirname(__file__)), "keops_version"),
encoding="utf-8",
) as v:
__version__ = v.read().rstrip()
Expand Down
1 change: 1 addition & 0 deletions pykeops/keops_version
1 change: 0 additions & 1 deletion pykeops/version

This file was deleted.

0 comments on commit 1fd3d6c

Please sign in to comment.