diff --git a/src/sfast/__init__.py b/src/sfast/__init__.py index 79f118e..abf992e 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.2" +__version__ = "1.0.3" diff --git a/version.txt b/version.txt index 6d7de6e..21e8796 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2 +1.0.3