Skip to content

Commit b311cea

Browse files
Released to Nuget
1 parent 46d554d commit b311cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Keras/Keras.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>Keras.NET</PackageId>
6-
<Version>3.8.5.0</Version>
6+
<Version>3.8.6.0</Version>
77
<Authors>SciSharp Team</Authors>
88
<Product>Keras.NET</Product>
99
<Description>C# bindings for Keras on Win64 - Keras.NET is a high-level neural networks API, capable of running on top of TensorFlow, CNTK, or Theano. </Description>

ReleaseBot/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace ReleaseBot
1313
{
1414
class Program
1515
{
16-
private const string V = "5.0"; // <--- Keras.net version!
16+
private const string V = "6.0"; // <--- Keras.net version!
1717
private const string NumpyNetVersion = "1.25";
1818

1919
private const string ProjectPath = "../../../Keras";

0 commit comments

Comments
 (0)