We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794f151 commit 49d2f84Copy full SHA for 49d2f84
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.49'
+'0.9.50'
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.49',
+ version='0.9.50',
22
author='Mage',
23
author_email='[email protected]',
24
description='Mage is a tool for building and deploying data pipelines.',
0 commit comments