Skip to content

Commit fe2df9a

Browse files
committed
[0.8.2] bump version
1 parent 6244058 commit fe2df9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/compile-standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
UPX_VERSION: "5.0.2"
1515
UPX_DIR: "${{ github.workspace }}/tools/upx"
16-
VERSION: "0.8.1"
16+
VERSION: "0.8.2"
1717

1818
steps:
1919
- name: Check-out repository

.github/workflows/compile-universal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
UPX_VERSION: "5.0.2"
1919
UPX_DIR: "${{ github.workspace }}/tools/upx"
20-
VERSION: "0.8.1"
20+
VERSION: "0.8.2"
2121

2222
steps:
2323
- name: Check-out repository

constant/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.1"
1+
__version__ = "0.8.2"

0 commit comments

Comments
 (0)