Skip to content

Commit 1a17b86

Browse files
Release 0.1.3 (#16)
- Support non-constant step in parallel for range loops Closes #12
1 parent e4ed48b commit 1a17b86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildscripts/conda-recipes/numba/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package:
77

88
source:
99
git_url: https://github.com/Python-for-HPC/numbaWithOpenmp.git
10-
git_rev: 296fb858b0a6800323e9b46b027c32636ecc80c7
10+
git_rev: f7a481ef05bcc2a11dfead708854530800b534c8
1111
git_depth: 1
1212

1313
build:

buildscripts/conda-recipes/pyomp/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pyomp
3-
version: 0.1.2
3+
version: 0.1.3
44

55
build:
66
string: {{ (GITHUB_HEAD_SHA | default(''))[:7] ~ (CI_COMMIT_SHA | default(''))[:7] }}

0 commit comments

Comments
 (0)