Skip to content

Commit e39ced4

Browse files
Bump version to: 2.0.0
1 parent b2d0892 commit e39ced4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.1.1
46+
version: 2.0.0

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.1.1"
8+
version = "2.0.0"
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.1.1"
121+
current_version = "2.0.0"
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
@@ -20,7 +20,7 @@
2020
from .preprocess import prepare_data, train_test_split
2121
from .utils import setup_optimizer
2222

23-
__version__ = '1.1.1'
23+
__version__ = '2.0.0'
2424
__all__ = [
2525
'load_config',
2626
'prepare_data',

0 commit comments

Comments
 (0)