Skip to content

Commit

Permalink
fix wheel package version
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoint75 committed Apr 8, 2024
1 parent 7e57cd2 commit 0c2ce56
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/Demo_HistogramRefresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

if(__name__ == "__main__"):

sn = snAPI(libType=LibType.TH260)
sn = snAPI()
sn.getDevice()
sn.initDevice(MeasMode.T2)
sn.initDevice()

# temporarily enable logging of configuration
sn.setLogLevel(LogLevel.Config, True)
Expand Down
Binary file removed dist/snAPI-1.0.4.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/snAPI-1.0.5.tar.gz
Binary file not shown.
Binary file modified snAPI/snAPI64.dll
Binary file not shown.

0 comments on commit 0c2ce56

Please sign in to comment.