Skip to content

Commit

Permalink
Bump version to: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent c031767 commit 6229bf1
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.4
version: 1.0.0
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.4"
version = "1.0.0"
description = "Estimate Cn2 from Speckle patterns using machine learning"
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -118,7 +118,7 @@ ignore_missing_imports = true


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

[[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 @@ -19,7 +19,7 @@
from .preprocess import prepare_data, train_test_split
from .utils import setup_optimizer

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

0 comments on commit 6229bf1

Please sign in to comment.