Skip to content

Commit b02fc97

Browse files
committed
Numpy.Bare v3.6.x.x
1 parent 730ab21 commit b02fc97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Numpy.Bare/Numpy.Bare.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<RepositoryUrl>https://github.com/SciSharp/Numpy.NET</RepositoryUrl>
1616
<PackageTags>Data science, Machine Learning, AI, Scientific Computing, NumPy, Linear Algebra, FFT, SVD, Matrix, Python</PackageTags>
1717
<PackageLicenseUrl>https://github.com/SciSharp/Numpy.NET/blob/master/LICENSE</PackageLicenseUrl>
18-
<Version>3.7.1.3</Version>
18+
<Version>3.6.1.3</Version>
1919
<PackageIconUrl>https://github.com/SciSharp/Numpy.NET/blob/master/doc/img/numpy.net.icon128.png?raw=true</PackageIconUrl>
20-
<AssemblyVersion>3.7.1.3</AssemblyVersion>
20+
<AssemblyVersion>3.6.1.3</AssemblyVersion>
2121
</PropertyGroup>
2222

2323
<ItemGroup>
@@ -28,7 +28,7 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
31-
<PackageReference Include="Python.Runtime.NETStandard" Version="3.7.0" />
31+
<PackageReference Include="Python.Runtime.NETStandard" Version="3.6.0" />
3232
</ItemGroup>
3333

3434
</Project>

0 commit comments

Comments
 (0)