File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ keywords:
4343 - turbulence
4444 - laser communication
4545license : Apache-2.0
46- version : 1.0.0
46+ version : 1.0.1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66[project ]
77name = " speckcn2"
8- version = " 1.0.0 "
8+ version = " 1.0.1 "
99description = " Estimate Cn2 from Speckle patterns using machine learning"
1010readme = " README.md"
1111requires-python = " >=3.9"
@@ -118,7 +118,7 @@ ignore_missing_imports = true
118118
119119
120120[tool .bumpversion ]
121- current_version = " 1.0.0 "
121+ current_version = " 1.0.1 "
122122
123123[[tool .bumpversion .files ]]
124124filename = " src/speckcn2/__init__.py"
Original file line number Diff line number Diff line change 1919from .preprocess import prepare_data , train_test_split
2020from .utils import setup_optimizer
2121
22- __version__ = '1.0.0 '
22+ __version__ = '1.0.1 '
2323__all__ = [
2424 'load_config' ,
2525 'prepare_data' ,
You can’t perform that action at this time.
0 commit comments