Skip to content

Commit 7cdde1f

Browse files
authored
Bump version to 0.1.7 (#536)
* Bump version to 0.1.7
1 parent 1a53b24 commit 7cdde1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "comfystream"
77
description = "Build Live AI Video with ComfyUI"
8-
version = "0.1.6"
8+
version = "0.1.7"
99
license = { file = "LICENSE" }
1010
dependencies = [
1111
"asyncio",

ui/package-lock.json

Lines changed: 2 additions & 2 deletions
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": "ui",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"scripts": {
66
"dev": "cross-env NEXT_PUBLIC_DEV=true next dev",

0 commit comments

Comments
 (0)