Skip to content

Commit b4d1e4d

Browse files
committed
Advance version
1 parent 67699d9 commit b4d1e4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

shapeflow/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import diskcache
2626

2727
# Library version
28-
__version__: str = '0.4.2'
28+
__version__: str = '0.4.3'
2929

3030
# Get root directory
3131
_user_dir = pathlib.Path.home()
@@ -395,4 +395,4 @@ def get_cache(s: Settings = settings, retry: bool = False) -> diskcache.Cache:
395395
get_cache(settings, retry=True)
396396
else:
397397
log.error(f"could not open cache on retry")
398-
raise e
398+
raise e

ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shapeflow-ui",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "",
55
"author": "ybnd <ybnd@tuta.io>",
66
"private": true,

0 commit comments

Comments
 (0)