From b0b694518704547c5f958a5065a66a315a015427 Mon Sep 17 00:00:00 2001 From: chengzeyi Date: Wed, 31 Jan 2024 11:46:51 +0800 Subject: [PATCH] bump version to 1.0.3 --- 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 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