Skip to content

Commit 6a77258

Browse files
committed
Updated version, change arrayfire pull repo
1 parent 983500e commit 6a77258

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if(DEFINED ENV{AF_BUILD_LOCAL_LIBS})
1414
#set(NO_SONAME)
1515
FetchContent_Declare(
1616
arrayfire
17-
GIT_REPOSITORY https://github.com/arrayfire/arrayfire.git
18-
GIT_TAG v3.9
17+
GIT_REPOSITORY https://github.com/edwinsolisf/arrayfire.git
18+
GIT_TAG afwheel310
1919
)
2020
#TODO: change package name to match repository/project name?
2121
#set(AF_INSTALL_CMAKE_DIR "${SKBUILD_PROJECT_NAME}")

arrayfire_wrapper/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
_MAJOR = "0"
4-
_MINOR = "7"
4+
_MINOR = "8"
55
# On main and in a nightly release the patch should be one ahead of the last
66
# released build.
77
_PATCH = "0"
@@ -13,7 +13,7 @@
1313

1414
FORGE_VER_MAJOR = "1"
1515
ARRAYFIRE_VER_MAJOR = "3"
16-
ARRAYFIRE_VER_MINOR = "9"
16+
ARRAYFIRE_VER_MINOR = "10"
1717
ARRAYFIRE_VER_PATCH = "0"
1818
ARRAYFIRE_VERSION = "AF{0}.{1}.{2}".format(ARRAYFIRE_VER_MAJOR, ARRAYFIRE_VER_MINOR, ARRAYFIRE_VER_PATCH)
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build-backend = "scikit_build_core.build"
2929

3030
[project]
3131
name = "arrayfire-binary-python-wrapper"
32-
version = "0.7.0+AF3.9.0"
32+
version = "0.8.0+AF3.10.0"
3333
requires-python = ">=3.10"
3434
authors = [
3535
{ name = "ArrayFire", email = "[email protected]"},

0 commit comments

Comments
 (0)