Skip to content

Commit eef7f00

Browse files
authored
Bumping DJ to version 0.0.4 (#1515)
Co-authored-by: GitHub Actions Bot <>
1 parent b493e87 commit eef7f00

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

datajunction-clients/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datajunction",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A Javascript client for interacting with a DataJunction server",
55
"module": "src/index.js",
66
"scripts": {

datajunction-clients/python/datajunction/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Version for Hatch
33
"""
44

5-
__version__ = "0.0.3"
5+
__version__ = "0.0.4"

datajunction-query/djqs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Version for Hatch
33
"""
44

5-
__version__ = "0.0.3"
5+
__version__ = "0.0.4"

datajunction-reflection/datajunction_reflection/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Version for Hatch
33
"""
44

5-
__version__ = "0.0.3"
5+
__version__ = "0.0.4"

datajunction-server/datajunction_server/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Version for Hatch
33
"""
44

5-
__version__ = "0.0.3"
5+
__version__ = "0.0.4"

datajunction-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datajunction-ui",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "DataJunction Metrics Platform UI",
55
"module": "src/index.tsx",
66
"repository": {

0 commit comments

Comments
 (0)