Skip to content

Commit

Permalink
Bump to version 0.4.6 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordabayevy committed Aug 31, 2023
1 parent 349c038 commit c96e70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion funsor/__init__.py
Expand Up @@ -53,7 +53,7 @@
testing,
)

__version__ = "0.4.5" # mirrored in setup.py
__version__ = "0.4.6" # mirrored in setup.py

__all__ = [
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

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

0 comments on commit c96e70c

Please sign in to comment.