We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b48693 commit dcb9b0dCopy full SHA for dcb9b0d
mage_ai/server/constants.py
@@ -12,4 +12,4 @@
12
# Dockerfile depends on it because it runs ./scripts/install_mage.sh and uses
13
# the last line to determine the version to install.
14
VERSION = \
15
-'0.9.63'
+'0.9.64'
setup.py
@@ -18,7 +18,7 @@ def readme():
18
name='mage-ai',
19
# NOTE: when you change this, change the value of VERSION in the following file:
20
# mage_ai/server/constants.py
21
- version='0.9.63',
+ version='0.9.64',
22
author='Mage',
23
author_email='eng@mage.ai',
24
description='Mage is a tool for building and deploying data pipelines.',
0 commit comments