Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Nov 9, 2023
1 parent 30ff71b commit d33e401
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.17)
project(libscientific LANGUAGES C)
set(AUTHOR "Giuseppe Marco Randazzo")
set(VERSION_MAJOR 1)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
configure_file(src/scientificconfig.h.in scientificconfig.h)

if(NOT CMAKE_BUILD_TYPE)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ make -j # on Linux
mingw32-make # on Windows
cd ../src/python_bindings/
OSX: python3 setup.py bdist_wheel --plat-name macosx-14-arm64
# pip3 debug --verbose to get the compatible tags
OSX: python3 setup.py bdist_wheel --plat-name macosx-14-0-arm64
Linux: python3 setup.py bdist_wheel --plat-name manylinux1_x86_64
Win32: python3 setup.py bdist_wheel --plat-name win_amd64
```
Expand Down
2 changes: 1 addition & 1 deletion src/python_bindings/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="libscientific",
version="1.6.0",
version="1.6.1",
packages=["libscientific"],
package_data={"": [library]},
platforms=[arch],
Expand Down

0 comments on commit d33e401

Please sign in to comment.