Skip to content

Commit 6229bf1

Browse files
Bump version to: 1.0.0
1 parent c031767 commit 6229bf1

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
@@ -24,5 +24,5 @@ keywords:
2424
- turbolence
2525
- laser communication
2626
license: Apache-2.0
27-
version: 0.1.4
27+
version: 1.0.0
2828
license: MIT

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 = "0.1.4"
8+
version = "1.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 = "0.1.4"
121+
current_version = "1.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
@@ -19,7 +19,7 @@
1919
from .preprocess import prepare_data, train_test_split
2020
from .utils import setup_optimizer
2121

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

0 commit comments

Comments
 (0)