Skip to content

Commit

Permalink
update to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
logicplace committed Aug 25, 2022
1 parent 76f202c commit cced322
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions latest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pm2hw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down

0 comments on commit cced322

Please sign in to comment.