Skip to content

Commit 5a8b1cb

Browse files
committed
release v0.70.1.
1 parent db625c7 commit 5a8b1cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/TensorFlowNET.Core/Tensorflow.Binding.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>Tensorflow.Binding</AssemblyName>
66
<RootNamespace>Tensorflow</RootNamespace>
77
<TargetTensorFlow>2.2.0</TargetTensorFlow>
8-
<Version>0.70.0</Version>
8+
<Version>0.70.1</Version>
99
<LangVersion>9.0</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors>
@@ -20,7 +20,7 @@
2020
<Description>Google's TensorFlow full binding in .NET Standard.
2121
Building, training and infering deep learning models.
2222
https://tensorflownet.readthedocs.io</Description>
23-
<AssemblyVersion>0.70.0.0</AssemblyVersion>
23+
<AssemblyVersion>0.70.1.0</AssemblyVersion>
2424
<PackageReleaseNotes>
2525
tf.net 0.70.x and above are based on tensorflow native 2.7.0
2626

@@ -36,7 +36,7 @@ https://tensorflownet.readthedocs.io</Description>
3636
tf.net 0.4x.x aligns with TensorFlow v2.4.1 native library.
3737
tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.
3838
tf.net 0.7x.x aligns with TensorFlow v2.7.x native library.</PackageReleaseNotes>
39-
<FileVersion>0.70.0.0</FileVersion>
39+
<FileVersion>0.70.1.0</FileVersion>
4040
<PackageLicenseFile>LICENSE</PackageLicenseFile>
4141
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
4242
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)