Skip to content

Commit

Permalink
Updates version number
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Apr 20, 2024
1 parent 06e500b commit 3774638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

setup(
name="torch-linops",
version="0.1.3",
version="0.1.5",
packages=["linops"],
license="GPLv3",
license="Apache",
description="A library to define abstract linear operators, and associated algebra and matrix-free algorithms, that works with pyTorch Tensors.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3774638

Please sign in to comment.