Skip to content

Commit

Permalink
HUB75 interface
Browse files Browse the repository at this point in the history
  • Loading branch information
execuc committed Jun 29, 2021
1 parent 0db218e commit 1aaed6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firmware/source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ get_filename_component(PICO_SDK_PATH "${CMAKE_CURRENT_LIST_DIR}/../pico-sdk" ABS
# note: this must happen before project()
include(pico_sdk_import.cmake)

project(u2if VERSION "0.5.0")
project(u2if VERSION "0.6.0")

# initialize the Pico SDK
pico_sdk_init()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='u2if',
version='0.5',
version='0.6',
description='Micropython Machine module for x86 with pico bridge',
url='http://github.com/execuc/u2if',
author='execuc',
Expand Down

0 comments on commit 1aaed6a

Please sign in to comment.