Skip to content

Commit

Permalink
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE
prune tests
include jaxtyping/py.typed
prune test
2 changes: 1 addition & 1 deletion jaxtyping/__init__.py
Original file line number Diff line number Diff line change
@@ -63,4 +63,4 @@ class Array:
from .pytree_type import PyTree


__version__ = "0.2.4"
__version__ = "0.2.5"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -94,4 +94,5 @@
install_requires=install_requires,
entry_points=entry_points,
packages=[name],
include_package_data=True,
)

0 comments on commit f175c7f

Please sign in to comment.