File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 1414@author: Pat Deegan
1515@copyright: Copyright (C) 2024 Pat Deegan, https://psychogenic.com
1616'''
17+ import ttboard
1718import ttboard .util .time as time
1819from ttboard .globals import Globals
1920from 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
You can’t perform that action at this time.
0 commit comments