diff --git a/README.md b/README.md index 0d2f672e5..2f85644fb 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ The detailed description can be found ## Changes +#### 1.11.24 +- Bug fix for scale_median calculation + #### 1.11.23 - Expose population fraction in cube partitions diff --git a/src/cr/cube/__init__.py b/src/cr/cube/__init__.py index 5823fa291..8ad6344b2 100644 --- a/src/cr/cube/__init__.py +++ b/src/cr/cube/__init__.py @@ -2,6 +2,6 @@ """Initialization module for crunch-cube package.""" -__version__ = "1.11.23" +__version__ = "1.11.24" # NOTE: We'll be switching to 2.0.0 once we throw out the old cube and slice