Skip to content

Commit 8ad5c56

Browse files
Bump version to: 1.0.1
1 parent 38fc0e1 commit 8ad5c56

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ keywords:
4343
- turbulence
4444
- laser communication
4545
license: Apache-2.0
46-
version: 1.0.0
46+
version: 1.0.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
66
[project]
77
name = "speckcn2"
8-
version = "1.0.0"
8+
version = "1.0.1"
99
description = "Estimate Cn2 from Speckle patterns using machine learning"
1010
readme = "README.md"
1111
requires-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]]
124124
filename = "src/speckcn2/__init__.py"

src/speckcn2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from .preprocess import prepare_data, train_test_split
2020
from .utils import setup_optimizer
2121

22-
__version__ = '1.0.0'
22+
__version__ = '1.0.1'
2323
__all__ = [
2424
'load_config',
2525
'prepare_data',

0 commit comments

Comments
 (0)