We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc52cad commit 772c2ddCopy full SHA for 772c2dd
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+- 2024-08-22 2.2.0
4
+ - cutting release for ENLIGHTEN 4.1.0
5
- 2024-06-27 2.1.73
6
- update demo.py to support multiple spectrometers
7
- add optional `callback` parameter to WrapperWorker for Inversion of Control (IoC)
wasatch/__init__.py
@@ -1,4 +1,4 @@
"""This package is a driver for Wasatch Photonics spectrometers"""
-__version__ = "2.1.73" # This is used by flit and other pypi things
+__version__ = "2.2.0" # This is used by flit and other pypi things
version = __version__ # This is to avoid breaking other files that originally used .version instead of __version__
0 commit comments