Skip to content

Commit d3cfd87

Browse files
committed
upgraded version of NumSharp for TensorflowHub
1 parent c7993cd commit d3cfd87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/TensorFlowHub/TensorFlowHub.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<RootNamespace>Tensorflow.Hub</RootNamespace>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>0.0.2</Version>
5+
<Version>0.0.3</Version>
66
<Authors>Kerry Jiang</Authors>
77
<Company>SciSharp STACK</Company>
88
<Copyright>Apache 2.0</Copyright>
@@ -17,6 +17,6 @@
1717
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<PackageReference Include="NumSharp" Version="0.20.2" />
20+
<PackageReference Include="NumSharp" Version="0.20.3" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)