Skip to content

Commit

Permalink
bump to v0.4.6 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur authored Nov 10, 2022
1 parent 29c3f68 commit 12e7513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hummingbird/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Entrypoint for Hummingbird modules.
"""

__version__ = "0.4.5"
__version__ = "0.4.6"
__author__ = "Microsoft"
__producer__ = "hummingbird"
__producer_version__ = __version__
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.4.6

[bdist_wheel]
universal = 1
Expand Down
2 changes: 1 addition & 1 deletion website/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 12e7513

Please sign in to comment.