Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Feb 14, 2024
1 parent 02c1a41 commit e6e6240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from keras.api_export import keras_export

# Unique source of truth for the version number.
__version__ = "3.0.4"
__version__ = "3.0.5"


@keras_export("keras.version")
Expand Down

0 comments on commit e6e6240

Please sign in to comment.