We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933bf98 commit 83369a2Copy full SHA for 83369a2
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.47'
+'0.9.48'
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.47',
+ version='0.9.48',
22
author='Mage',
23
author_email='eng@mage.ai',
24
description='Mage is a tool for building and deploying data pipelines.',
0 commit comments