Skip to content

Commit f91969b

Browse files
committed
Increment version number to 1.0.0
1 parent b25ab02 commit f91969b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: keras3
22
Type: Package
33
Title: R Interface to 'Keras'
4-
Version: 0.2.0.9000
4+
Version: 1.0.0
55
Authors@R: c(
66
person("Tomasz", "Kalinowski", role = c("aut", "cph", "cre"),
77
email = "[email protected]"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# keras3 (development version)
1+
# keras3 1.0.0
22

33
- Chains of `layer_*` calls with `|>` now instantiate layers in the
44
same order as `%>%` pipe chains: left-hand-side first (#1440).

0 commit comments

Comments
 (0)