Skip to content

Commit

Permalink
Release: 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed May 8, 2023
1 parent e604b79 commit 31957da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optimum/neuron/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.4.dev0"
__version__ = "0.0.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"black",
"ruff",
"isort",
"hf_doc_builder @ git+https://github.com/huggingface/doc-builder.git",
"hf_doc_builder",
]

EXTRAS_REQUIRE = {
Expand Down

0 comments on commit 31957da

Please sign in to comment.