Skip to content

Commit e58bf87

Browse files
authored
Update version to 0.3.0 (#337)
* update version to 0.3.0 * update readme
1 parent 0c65744 commit e58bf87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22

3-
project(tensorflow-directml-plugin VERSION 0.2.0 LANGUAGES CXX)
3+
project(tensorflow-directml-plugin VERSION 0.3.0 LANGUAGES CXX)
44

55
# Statically link runtime library to avoid runtime dependency on Visual C++ redistributable.
66
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded$<$<CONFIG:Debug>:Debug>)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TensorFlow DirectML Plugin only works with the `tensorflow-cpu==2.10` package, n
2222
pip install tensorflow-directml-plugin
2323
```
2424

25-
If `tensorflow-cpu` hasn't already been already installed, the latest stable version will automatically be installed.
25+
If `tensorflow-cpu` hasn't already been already installed, version 2.10.1 will automatically be installed.
2626

2727
The following resources provide additional background on DirectML and TensorFlow:
2828
- [DirectML GitHub](https://github.com/microsoft/DirectML/)

0 commit comments

Comments
 (0)