Skip to content

Commit 6b0b231

Browse files
authored
Merge pull request #2 from diffqc/mfkasim1-patch-1
Update wheels.yaml
2 parents 1bc7ab4 + 19c73e5 commit 6b0b231

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, macOS-10.15]
11+
os: [ubuntu-latest, macOS-latest]
1212
fail-fast: false
1313
env:
1414
DQC_BUILD: 1
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ${{ matrix.os }}
7272
strategy:
7373
matrix:
74-
os: [ubuntu-20.04, macOS-10.15]
74+
os: [ubuntu-latest, macOS-latest]
7575
python-version: [3.7, 3.8, 3.9]
7676
fail-fast: false
7777
env:

dqclibs/_version.py

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

44
MAJOR = 0
55
MINOR = 1
6-
MICRO = 0
6+
MICRO = 1
77
ISRELEASED = True
88
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
99

0 commit comments

Comments
 (0)