Skip to content

Commit

Permalink
Prepare next release (#69)
Browse files Browse the repository at this point in the history
* Bump version number

* Add thanks section to README
  • Loading branch information
NathanY3G authored Mar 13, 2023
1 parent bf0a672 commit a619221
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ This software is under development and currently has limitations - the notable o

1. No direct support for the concurrent running of multiple PIO programs;
a single State Machine is emulated and not an entire PIO block.

## Thanks To
* [aaronjamt](https://github.com/aaronjamt) for contributing features and fixes.
2 changes: 1 addition & 1 deletion pioemu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.75.1"
__version__ = "0.76.0"

from .conditions import clock_cycles_reached
from .emulation import emulate
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rp2040-pio-emulator"
version = "0.75.1"
version = "0.76.0"
description = "RP2040 emulator for the testing and debugging of PIO programs"
authors = ["Nathan Young"]
license = "Apache-2.0"
Expand Down

0 comments on commit a619221

Please sign in to comment.