Skip to content

Commit 8073282

Browse files
Bump version to: 0.1.3
1 parent 0c7ed0b commit 8073282

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.1
27+
version: 0.1.3
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.1"
8+
version = "0.1.3"
99
description = "Estimate Cn2 from Speckle patterns using machine learning"
1010
readme = "README.md"
1111
requires-python = ">=3.9"
@@ -114,7 +114,7 @@ ignore_missing_imports = true
114114

115115

116116
[tool.bumpversion]
117-
current_version = "0.1.1"
117+
current_version = "0.1.3"
118118

119119
[[tool.bumpversion.files]]
120120
filename = "src/speckcn2/__init__.py"

src/speckcn2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .preprocess import prepare_data, train_test_split
1212
from .utils import setup_optimizer
1313

14-
__version__ = '0.1.1'
14+
__version__ = '0.1.3'
1515
__all__ = [
1616
'load_config',
1717
'prepare_data',

0 commit comments

Comments
 (0)