Skip to content

Commit a97cffd

Browse files
committed
fix
1 parent 2ad7acc commit a97cffd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scansessiontool/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .scan_session_tool import run
1+
from .scansessiontool import run
22

33
if __name__ == "__main__":
44
run()

scansessiontool/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.9.1'
1+
__version__ = '0.9.2'
22
__date__ = '18 Nov 2021'

0 commit comments

Comments
 (0)