Skip to content

Commit 966284a

Browse files
committed
v0.3.4
1 parent 4e40c1f commit 966284a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flojoy-studio",
33
"productName": "Flojoy Studio",
44
"description": "Joyful visual programming for Python",
5-
"version": "0.3.3",
5+
"version": "0.3.4",
66
"private": true,
77
"homepage": "./",
88
"author": "Jack Parmer <[email protected]>",

pkgs/flojoy/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
"Dallas Strandell <[email protected]>",
88
]
99
name = "flojoy"
10-
version = "0.3.3"
10+
version = "0.3.4"
1111
description = ""
1212
readme = "README.md"
1313

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flojoy-studio"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = ""
55
authors = [
66
"Jack Palmer <[email protected]>",

0 commit comments

Comments
 (0)