Skip to content

Commit

Permalink
Bump version to: 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 7, 2024
1 parent 6b24c07 commit 455a2a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ keywords:
- turbolence
- laser communication
license: Apache-2.0
version: 0.1.3
version: 0.1.4
license: MIT
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
[project]
name = "speckcn2"
version = "0.1.3"
version = "0.1.4"
description = "Estimate Cn2 from Speckle patterns using machine learning"
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -114,7 +114,7 @@ ignore_missing_imports = true


[tool.bumpversion]
current_version = "0.1.3"
current_version = "0.1.4"

[[tool.bumpversion.files]]
filename = "src/speckcn2/__init__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/speckcn2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .preprocess import prepare_data, train_test_split
from .utils import setup_optimizer

__version__ = '0.1.3'
__version__ = '0.1.4'
__all__ = [
'load_config',
'prepare_data',
Expand Down

0 comments on commit 455a2a0

Please sign in to comment.