Skip to content

Commit

Permalink
bump released python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Jan 9, 2023
1 parent 7f51951 commit a238b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.8'
- name: Install build
run: pip install build
- name: Build dists
Expand Down
2 changes: 1 addition & 1 deletion decomp2dbg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.1.4"
__version__ = "3.2.0"

try:
from .clients.client import DecompilerClient
Expand Down

0 comments on commit a238b4e

Please sign in to comment.