Skip to content

Commit

Permalink
release: Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florisla committed Oct 9, 2023
1 parent 2e9e341 commit 2ae257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stm32loader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Flash firmware to STM32 microcontrollers over a serial connection."""

__version_info__ = (0, 6, 0)
__version_info__ = (0, 7, 0)
__version__ = "-".join(str(part) for part in __version_info__).replace("-", ".", 2)

0 comments on commit 2ae257d

Please sign in to comment.