Skip to content

Commit 3523137

Browse files
authored
setup 0.12.2 (#178)
1 parent c672172 commit 3523137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: cibuildwheel --output-dir wheelhouse
120120

121121
- name: Store artifacts
122-
uses: actions/upload-artifact@v2
122+
uses: actions/upload-artifact@v3
123123
with:
124124
path: wheelhouse/*.whl
125125

setup.py

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

1313

1414
NAME = "LibRecommender"
15-
VERSION = "0.12.0"
15+
VERSION = "0.12.2"
1616

1717

1818
here = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)