Skip to content

Commit d22ba38

Browse files
committed
update version
1 parent 85a3240 commit d22ba38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

odc/stats/plugins/cloud_proba_percentiles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Long-term percentiles of S2Cloudless probabilities.
33
44
Useful for locating regions persistently misclassified as
5-
cloud by S2Cloudless, which is known to have a high false
5+
cloud by S2Cloudless, which is known to have a high false
66
positive rate.
77
88
"""
@@ -19,7 +19,7 @@
1919
class S2Cloudless_percentiles(StatsPluginInterface):
2020
NAME = "S2Cloudless_percentiles"
2121
SHORT_NAME = NAME
22-
VERSION = "1.0.0"
22+
VERSION = "0.0.1"
2323
PRODUCT_FAMILY = "percentiles"
2424

2525
def __init__(

0 commit comments

Comments
 (0)