Skip to content

Commit 5e6a05f

Browse files
authored
Bump version to v0.0.111 (#1944)
1 parent 31a1b82 commit 5e6a05f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

datajunction-clients/javascript/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.

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.110",
3+
"version": "0.0.111",
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.110"
5+
__version__ = "0.0.111"

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.110"
5+
__version__ = "0.0.111"

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.110"
5+
__version__ = "0.0.111"

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.110"
5+
__version__ = "0.0.111"

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.110",
3+
"version": "0.0.111",
44
"description": "DataJunction UI",
55
"module": "src/index.tsx",
66
"repository": {

0 commit comments

Comments
 (0)