Skip to content

Commit 3911298

Browse files
authored
Merge pull request #30 from Jackhammer9/add-unified-pythonic-lcd-api
Reduino 1.1.0 Release
2 parents ac30379 + 04fc1f0 commit 3911298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "Reduino"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Reduino transpiles Python scripts into efficient Arduino C++ and uploads automatically. A simple, intuitive way to control sensors, LEDs, and actuators without touching C++."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/Reduino/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""User-facing helpers for the Reduino transpiler package."""
44

55
__all__ = ["target"]
6-
__version__ = "1.0.0"
6+
__version__ = "1.1.0"
77

88
import pathlib
99
import sys

0 commit comments

Comments
 (0)