From fffe290680ec2ddc01f511e8e7fc62357ed901d8 Mon Sep 17 00:00:00 2001 From: chengzeyi Date: Thu, 9 May 2024 23:41:03 +0800 Subject: [PATCH] update version to 1.0.5 --- src/sfast/__init__.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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