Skip to content

Commit 2a9ef46

Browse files
committed
Version numbering went wrong with bumpversion
Signed-off-by: Bas des Tombe <bdestombe@gmail.com>
1 parent c9a2958 commit 2a9ef46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dtscalibration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .datastore import read_sensortran_files
99
from .datastore import read_silixa_files
1010

11-
__version__ = '__version__ = '0.7.4''
11+
__version__ = '0.7.4'
1212
__all__ = [
1313
"DataStore", "open_datastore", "open_mf_datastore",
1414
"read_apsensing_files", "read_sensornet_files", "read_sensortran_files",

0 commit comments

Comments
 (0)