diff --git a/src/sfast/__init__.py b/src/sfast/__init__.py index d7fa162..4fb2770 100644 --- a/src/sfast/__init__.py +++ b/src/sfast/__init__.py @@ -32,4 +32,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__ = "1.0.4" +__version__ = "1.0.5" diff --git a/version.txt b/version.txt index ee90284..90a27f9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.4 +1.0.5