From a238b4ee4943a9230f277b0e676cd17ef6c1e92b Mon Sep 17 00:00:00 2001 From: mahaloz Date: Mon, 9 Jan 2023 08:39:12 -0700 Subject: [PATCH] bump released python version --- .github/workflows/release.yml | 2 +- decomp2dbg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9e56ac..9ebdbc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/decomp2dbg/__init__.py b/decomp2dbg/__init__.py index c0e1dc5..694f71f 100644 --- a/decomp2dbg/__init__.py +++ b/decomp2dbg/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.4" +__version__ = "3.2.0" try: from .clients.client import DecompilerClient