Skip to content

Commit c01b4dd

Browse files
committed
release patch v0.31.1.
1 parent 1e8ab47 commit c01b4dd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.NET</AssemblyName>
66
<RootNamespace>Tensorflow</RootNamespace>
77
<TargetTensorFlow>2.2.0</TargetTensorFlow>
8-
<Version>0.31.0</Version>
8+
<Version>0.31.1</Version>
99
<LangVersion>8.0</LangVersion>
1010
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors>
1111
<Company>SciSharp STACK</Company>
@@ -19,7 +19,7 @@
1919
<Description>Google's TensorFlow full binding in .NET Standard.
2020
Building, training and infering deep learning models.
2121
https://tensorflownet.readthedocs.io</Description>
22-
<AssemblyVersion>0.31.0.0</AssemblyVersion>
22+
<AssemblyVersion>0.31.1.0</AssemblyVersion>
2323
<PackageReleaseNotes>tf.net 0.20.x and above are based on tensorflow native 2.x.
2424

2525
* Eager Mode is added finally.
@@ -30,7 +30,7 @@ https://tensorflownet.readthedocs.io</Description>
3030
TensorFlow .NET v0.30 is focused on making more Keras API work including:
3131
* tf.keras.datasets
3232
* Building keras model in subclass, functional and sequential api</PackageReleaseNotes>
33-
<FileVersion>0.31.0.0</FileVersion>
33+
<FileVersion>0.31.1.0</FileVersion>
3434
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3535
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3636
<SignAssembly>true</SignAssembly>

src/TensorFlowNET.Keras/Tensorflow.Keras.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>8.0</LangVersion>
77
<RootNamespace>Tensorflow.Keras</RootNamespace>
88
<Platforms>AnyCPU;x64</Platforms>
9-
<Version>0.2.0</Version>
9+
<Version>0.2.1</Version>
1010
<Authors>Haiping Chen</Authors>
1111
<Product>Keras for .NET</Product>
1212
<Copyright>Apache 2.0, Haiping Chen 2020</Copyright>
@@ -29,6 +29,7 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
2929
<RepositoryType>Git</RepositoryType>
3030
<SignAssembly>true</SignAssembly>
3131
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile>
32+
<AssemblyVersion>0.2.1.0</AssemblyVersion>
3233
</PropertyGroup>
3334

3435
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)