Skip to content

Commit 2de5f5f

Browse files
Update bundle for bug fixes
1 parent 7cb67cf commit 2de5f5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "visualblocks"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
authors = [
99
{ name="Google LLC", email="opensource@google.com" },
1010
]

python/src/visualblocks/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import urllib.parse
2323
import zipfile
2424

25-
_VISUAL_BLOCKS_BUNDLE_VERSION = '1683325333'
25+
_VISUAL_BLOCKS_BUNDLE_VERSION = '1683568957'
2626

2727
# Disable logging from werkzeug.
2828
#

0 commit comments

Comments
 (0)