Skip to content

Commit

Permalink
Bump version number to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Nov 30, 2018
1 parent 09b0a50 commit 62317de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH "${FDEEP_TOP_DIR}/cmake")

include(cmake/hunter.cmake) # default off

project(frugally-deep VERSION 0.7.0)
project(frugally-deep VERSION 0.7.1)

message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===")

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Just add a *conanfile.txt* with frugally-deep as a requirement and chose the gen

```
[requires]
frugally-deep/v0.7.0-p0@dobiasd/stable
frugally-deep/v0.7.1-p0@dobiasd/stable
[generators]
cmake
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Layer types typically used in image recognition/generation are supported, making

* `Add`, `Concatenate`, `Subtract`, `Multiply`, `Average`, `Maximum`
* `AveragePooling1D/2D`, `GlobalAveragePooling1D/2D`
* `Bidirectional`, `LSTM`, `TimeDistributed`
* `Bidirectional`, `Embedding`, `GRU`, `LSTM`, `TimeDistributed`
* `Conv1D/2D`, `SeparableConv2D`
* `Cropping1D/2D`, `ZeroPadding1D/2D`
* `BatchNormalization`, `Dense`, `Dropout`, `Flatten`
Expand Down Expand Up @@ -78,10 +78,8 @@ Layer types typically used in image recognition/generation are supported, making
`Cropping3D`,
`DepthwiseConv2D`,
`Dot`,
`Embedding`,
`GaussianDropout`,
`GaussianNoise`,
`GRU`,
`GRUCell`,
`Lambda`,
`LocallyConnected1D`,
Expand Down

0 comments on commit 62317de

Please sign in to comment.