Skip to content

Commit 5bafa37

Browse files
0.9.55 (mage-ai#4209)
1 parent 2e14be1 commit 5bafa37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mage_ai/server/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# Dockerfile depends on it because it runs ./scripts/install_mage.sh and uses
1313
# the last line to determine the version to install.
1414
VERSION = \
15-
'0.9.54'
15+
'0.9.55'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def readme():
1818
name='mage-ai',
1919
# NOTE: when you change this, change the value of VERSION in the following file:
2020
# mage_ai/server/constants.py
21-
version='0.9.54',
21+
version='0.9.55',
2222
author='Mage',
2323
author_email='[email protected]',
2424
description='Mage is a tool for building and deploying data pipelines.',

0 commit comments

Comments
 (0)