Skip to content

Commit ea11660

Browse files
authored
Bump version in preparation for the next release (#200)
1 parent 4003d80 commit ea11660

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## Unreleased Version
4+
- No changes
35

46
## 0.87.0 (2026-03-10)
57

pioemu/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021, 2022, 2023, 2024, 2025 Nathan Young
1+
# Copyright 2021, 2022, 2023, 2024, 2025, 2026 Nathan Young
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
__version__ = "0.87.0"
14+
__version__ = "0.88.0"
1515

1616
from .conditions import clock_cycles_reached
1717
from .emulation import emulate

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rp2040-pio-emulator"
3-
version = "0.87.0"
3+
version = "0.88.0"
44
description = "RP2040 emulator for the testing and debugging of PIO programs"
55
authors = [
66
{name = "Nathan Young"}

0 commit comments

Comments
 (0)