From a32e3e36035ba836b47f8fcd604f8f88fcdb2ecf Mon Sep 17 00:00:00 2001 From: Shing Chan Date: Fri, 10 Feb 2023 21:29:43 +0000 Subject: [PATCH] v2.0.0 --- stepcount/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepcount/__init__.py b/stepcount/__init__.py index f5882b1..99af610 100644 --- a/stepcount/__init__.py +++ b/stepcount/__init__.py @@ -1,5 +1,5 @@ name = "stepcount" -__version__ = "1.3.0" +__version__ = "2.0.0" __author__ = "Shing Chan, Scott Small, Gert Mertes, Aiden Doherty" __email__ = "shing.chan@ndph.ox.ac.uk, scott.small@ndph.ox.ac.uk, gert.mertes@ndph.ox.ac.uk, aiden.doherty@ndph.ox.ac.uk" __license__ = "2-Clause BSD"