diff --git a/pytrax/__init__.py b/pytrax/__init__.py index 85b8b27..1805e86 100644 --- a/pytrax/__init__.py +++ b/pytrax/__init__.py @@ -8,4 +8,4 @@ simple estimation of the toruosity tensor of an image. ''' from .__RandomWalk__ import RandomWalk -__version__ = "0.1.0" +__version__ = "0.1.1"