diff --git a/stepcount/__init__.py b/stepcount/__init__.py index 5d92bba..6efa3b3 100644 --- a/stepcount/__init__.py +++ b/stepcount/__init__.py @@ -1,5 +1,5 @@ name = "stepcount" -__version__ = "2.1.0" +__version__ = "2.1.1" __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"