Skip to content

Commit 1f35173

Browse files
committed
v1.35
1 parent 1bfe330 commit 1f35173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Numpy/Numpy.csproj

Lines changed: 1 addition & 1 deletion
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.34</Version>
17+
<Version>3.11.1.35</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

Lines changed: 1 addition & 1 deletion
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.34"; // <--- numpy.net version!
16+
private const string V = "1.35"; // <--- 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)