Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .recipes.binned_grid import GridBinnedClusterRecipe
from .recipes.binned_parent import BinnedClusterRecipe

__version__ = "0.7.0"
__version__ = "1.0.0"
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "desc-crow"
version = "0.5.2"
dynamic = ["version"]
description = "Cluster Reconstruction of Observables Workbench"
readme = "README.md"
license = "BSD-3-Clause"
Expand Down Expand Up @@ -47,3 +47,6 @@ target-version = ['py310']

[tool.isort]
profile = "black"

[tool.setuptools.dynamic]
version = {attr = "crow.__version__"}
Loading