Skip to content

Commit 612aba1

Browse files
author
laelhalawani
committed
created root dir for correct project structure
1 parent 4b1af0d commit 612aba1

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

esp32_micropython/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This file can be empty
File renamed without changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "esp32-micropython"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "All-in-one utility for flashing and managing MicroPython deployments on ESP32-C3 SuperMini boards."
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.11,<3.12"

0 commit comments

Comments
 (0)