Skip to content

Commit

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

# Unique source of truth for the version number.
__version__ = "3.4.1"
__version__ = "3.5.0"


@keras_export("keras.version")
Expand Down

0 comments on commit fa834a7

Please sign in to comment.