diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 25674cfaf..59dfb9f34 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -39,7 +39,6 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - token: ${{ secrets.DRJIT_GITHUB_TOKEN }} - uses: actions/setup-python@v4 name: Install Python diff --git a/include/drjit/fwd.h b/include/drjit/fwd.h index dd490a4ff..894e5ec0a 100644 --- a/include/drjit/fwd.h +++ b/include/drjit/fwd.h @@ -67,7 +67,7 @@ #define DRJIT_VERSION_MAJOR 0 #define DRJIT_VERSION_MINOR 2 -#define DRJIT_VERSION_PATCH 0 +#define DRJIT_VERSION_PATCH 1 #define DRJIT_STRINGIFY(x) #x #define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)