diff --git a/hummingbird/__init__.py b/hummingbird/__init__.py index 84385bde9..eecfe322d 100644 --- a/hummingbird/__init__.py +++ b/hummingbird/__init__.py @@ -8,7 +8,7 @@ Entrypoint for Hummingbird modules. """ -__version__ = "0.4.5" +__version__ = "0.4.6" __author__ = "Microsoft" __producer__ = "hummingbird" __producer_version__ = __version__ diff --git a/setup.cfg b/setup.cfg index b69a0ddb4..c50143d96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.5 +current_version = 0.4.6 [bdist_wheel] universal = 1 diff --git a/website/sphinx/conf.py b/website/sphinx/conf.py index 30690cd63..f7a5288e4 100644 --- a/website/sphinx/conf.py +++ b/website/sphinx/conf.py @@ -76,7 +76,7 @@ # built documents. # # The short X.Y version. -version = "0.4.5" +version = "0.4.6" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.