Skip to content

Commit 27beeeb

Browse files
[xy] Bump up the version to 0.9.60 (mage-ai#4386)
1 parent 3dcba94 commit 27beeeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.59'
15+
'0.9.60'

Diff for: 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.59',
21+
version='0.9.60',
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)