Skip to content

Commit

Permalink
Merge pull request #1237 from DataJunction/releases/version-0.0.1a76
Browse files Browse the repository at this point in the history
Bump DataJunction version to 0.0.1a76
  • Loading branch information
shangyian authored Dec 4, 2024
2 parents 95e607a + 3836afa commit 56f0508
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datajunction-clients/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datajunction",
"version": "0.0.1a75",
"version": "0.0.1a76",
"description": "A Javascript client for interacting with a DataJunction server",
"module": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion datajunction-clients/python/datajunction/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Version for Hatch
"""
__version__ = "0.0.1a75"
__version__ = "0.0.1a76"
2 changes: 1 addition & 1 deletion datajunction-query/djqs/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Version for Hatch
"""
__version__ = "0.0.1a75"
__version__ = "0.0.1a76"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Version for Hatch
"""
__version__ = "0.0.1a75"
__version__ = "0.0.1a76"
2 changes: 1 addition & 1 deletion datajunction-server/datajunction_server/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Version for Hatch
"""
__version__ = "0.0.1a75"
__version__ = "0.0.1a76"
2 changes: 1 addition & 1 deletion datajunction-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datajunction-ui",
"version": "0.0.1a75",
"version": "0.0.1a76",
"description": "DataJunction Metrics Platform UI",
"module": "src/index.tsx",
"repository": {
Expand Down

0 comments on commit 56f0508

Please sign in to comment.