Skip to content

Commit d6ae955

Browse files
committed
Bumped version to 0.12.1 + fixed CI
1 parent 3cc31ab commit d6ae955

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Build
2828
id: build
2929
run: |
30+
pip install wheel
3031
python setup.py build sdist bdist_wheel
3132
3233
- name: Create Release

setup.py

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

66
setup(
77
name="vpype-gcode",
8-
version="0.12.0",
8+
version="0.12.1",
99
description="vpype gcode plugin",
1010
long_description=readme,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)