Skip to content

Commit c3805d3

Browse files
Version bump to 0.19.1.dev0 (#2114)
* Version bump to 0.19.0.dev0 * version bump to 0.19.0.dev1 * Update version_utils.py * remove format and lint
1 parent 5551f54 commit c3805d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_hub/src/version_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from keras_hub.src.api_export import keras_hub_export
22

33
# Unique source of truth for the version number.
4-
__version__ = "0.19.0"
4+
__version__ = "0.19.1.dev0"
55

66

77
@keras_hub_export("keras_hub.version")

0 commit comments

Comments
 (0)