Skip to content

Commit dada983

Browse files
committed
rolling revision number
1 parent 5c5b157 commit dada983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import serial.tools.list_ports
1414
import isp_programmer.cli
1515

16-
__version__ = "v0.2.0"
16+
__version__ = "v1.2.1"
1717

1818
_log = logging.getLogger("isp_programmer_gui")
1919
_min_frame_size = (200, 300)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "isp_programmer"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description='NXP ISP Cortex-M programming tool'
55
authors = [
66
{name = "Simon Hobbs", email = "simon.hobbs@electrooptical.net"},

0 commit comments

Comments
 (0)