Skip to content

Commit

Permalink
bump version (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur authored Jul 20, 2020
1 parent 6a95557 commit c060c31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/html/hummingbird/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1 class="title">Package <code>hummingbird</code></h1>
Entrypoint for Hummingbird modules.
&#34;&#34;&#34;

__version__ = &#34;0.0.3&#34;
__version__ = &#34;0.0.4&#34;
__author__ = &#34;Microsoft&#34;
__producer__ = &#34;hummingbird&#34;
__producer_version__ = __version__
Expand Down
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.0.3"
__version__ = "0.0.4"
__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.0.3
current_version = 0.0.4

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit c060c31

Please sign in to comment.