From cced3227e4cd88aafe166071f0fb333081d1e91e Mon Sep 17 00:00:00 2001 From: Sapphire Becker Date: Thu, 25 Aug 2022 10:59:24 -0700 Subject: [PATCH] update to 0.0.8 --- latest.json | 4 ++-- pm2hw/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/latest.json b/latest.json index bb9363e..fba33d7 100644 --- a/latest.json +++ b/latest.json @@ -1,8 +1,8 @@ { "components": { "core": { - "version": "0.0.7", - "windows": "https://github.com/logicplace/pm2hw/releases/download/v0.0.7/pm2hw-0.0.7-win64.zip" + "version": "0.0.8", + "windows": "https://github.com/logicplace/pm2hw/releases/download/v0.0.8/pm2hw-0.0.8-win64.zip" }, "resourcePack": { "version": "0.0.2", diff --git a/pm2hw/__init__.py b/pm2hw/__init__.py index db67be3..4e81c8c 100644 --- a/pm2hw/__init__.py +++ b/pm2hw/__init__.py @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. -__version__ = "0.0.7" +__version__ = "0.0.8" def get_connected_linkers(): # Get D2xx linkers diff --git a/pyproject.toml b/pyproject.toml index 7eb00bc..de4689e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pm2hw" # Also update in pm2hw\__init__.py -version = "0.0.7" +version = "0.0.8" description = "Utility to read and write to all Pokemon mini hardware" readme = "README.md" license = {file = "LICENSE"}