We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349c038 commit c96e70cCopy full SHA for c96e70c
funsor/__init__.py
@@ -53,7 +53,7 @@
53
testing,
54
)
55
56
-__version__ = "0.4.5" # mirrored in setup.py
+__version__ = "0.4.6" # mirrored in setup.py
57
58
__all__ = [
59
"__version__",
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name="funsor",
26
- version="0.4.5", # mirrored in funsor/__init__.py
+ version="0.4.6", # mirrored in funsor/__init__.py
27
description="A tensor-like library for functions and distributions",
28
packages=find_packages(include=["funsor", "funsor.*"]),
29
url="https://github.com/pyro-ppl/funsor",
0 commit comments