Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af720bc

Browse files
committed
v1.32
1 parent a07cf8b commit af720bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Numpy/Numpy.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryUrl>https://github.com/SciSharp/Numpy.NET</RepositoryUrl>
1515
<PackageTags>Data science, Machine Learning, ML, AI, Scientific Computing, NumPy, Linear Algebra, FFT, SVD, Matrix, Python</PackageTags>
1616
<PackageLicenseUrl>https://github.com/SciSharp/Numpy.NET/blob/master/LICENSE</PackageLicenseUrl>
17-
<Version>3.11.1.31</Version>
17+
<Version>3.11.1.32</Version>
1818
<PackageIconUrl>https://github.com/SciSharp/Numpy.NET/blob/master/doc/img/numpy.net.icon128.png?raw=true</PackageIconUrl>
1919
<AssemblyVersion>3.10.0.0</AssemblyVersion>
2020
<FileVersion>3.10.0.0</FileVersion>

src/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 = "1.31"; // <--- numpy.net version!
16+
private const string V = "1.32"; // <--- numpy.net version!
1717
private const string PythonNetVersion = "3.0.1";
1818
private const string PythonVersion = "3.11"; // relevant only for Numpy with included binaries
1919
private const string NumpyVersion = "1.23.5";

0 commit comments

Comments
 (0)