Skip to content

Commit c96e70c

Browse files
author
Yerdos Ordabayev
authored
Bump to version 0.4.6 (#608)
1 parent 349c038 commit c96e70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

funsor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
testing,
5454
)
5555

56-
__version__ = "0.4.5" # mirrored in setup.py
56+
__version__ = "0.4.6" # mirrored in setup.py
5757

5858
__all__ = [
5959
"__version__",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="funsor",
26-
version="0.4.5", # mirrored in funsor/__init__.py
26+
version="0.4.6", # mirrored in funsor/__init__.py
2727
description="A tensor-like library for functions and distributions",
2828
packages=find_packages(include=["funsor", "funsor.*"]),
2929
url="https://github.com/pyro-ppl/funsor",

0 commit comments

Comments
 (0)