Skip to content

Commit 9524268

Browse files
committed
bump version to 0.0.15
1 parent 8a3f797 commit 9524268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sfast/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def new_lru_cache(*args, **kwargs):
3232

3333
# This line will be programatically read/write by setup.py.
3434
# Leave them at the bottom of this file and don't touch them.
35-
__version__ = "0.0.14"
35+
__version__ = "0.0.15"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.14
1+
0.0.15

0 commit comments

Comments
 (0)