Skip to content

Commit b25632f

Browse files
committed
Version 0.9.17
1 parent 60b9f87 commit b25632f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/ttboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
@author: Pat Deegan
77
@copyright: Copyright (C) 2024 Pat Deegan, https://psychogenic.com
88
'''
9-
VERSION='0.9.16b'
9+
VERSION='0.9.17'

src/ttboard/demoboard.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
@author: Pat Deegan
1515
@copyright: Copyright (C) 2024 Pat Deegan, https://psychogenic.com
1616
'''
17+
import ttboard
1718
import ttboard.util.time as time
1819
from ttboard.globals import Globals
1920
from ttboard.mode import RPMode
@@ -126,7 +127,10 @@ def load_default_project(self):
126127
else:
127128
log.warn(f'Default project is unknown "{self.user_config.default_project}"')
128129

129-
130+
@property
131+
def version(self) -> str:
132+
return ttboard.VERSION
133+
130134
@property
131135
def chip_ROM(self):
132136
return self.shuttle.chip_ROM

0 commit comments

Comments
 (0)