Skip to content

Commit

Permalink
patch release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Jul 20, 2022
1 parent 53dd605 commit 2074065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/drjit/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2074065

Please sign in to comment.