You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TensorFlowNET.Hub/Tensorflow.Hub.csproj
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<PropertyGroup>
3
3
<RootNamespace>Tensorflow.Hub</RootNamespace>
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
-
<Version>0.0.5</Version>
5
+
<Version>0.0.6</Version>
6
6
<Authors>Kerry Jiang, Haiping Chen</Authors>
7
7
<Company>SciSharp STACK</Company>
8
8
<Copyright>Apache 2.0</Copyright>
@@ -13,14 +13,15 @@
13
13
<Description>TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.</Description>
0 commit comments