diff --git a/sfast/__init__.py b/sfast/__init__.py index b29964c..9fe7de9 100644 --- a/sfast/__init__.py +++ b/sfast/__init__.py @@ -23,4 +23,4 @@ def new_lru_cache(*args, **kwargs): # This line will be programatically read/write by setup.py. # Leave them at the bottom of this file and don't touch them. -__version__ = "0.0.1" +__version__ = "0.0.2"