Skip to content

Commit 59a871e

Browse files
0.9.54 (mage-ai#4205)
1 parent aa64def commit 59a871e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mage_ai/server/constants.py

+1-1
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.52'
15+
'0.9.54'

setup.py

+1-1
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.52',
21+
version='0.9.54',
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)