Skip to content

Commit

Permalink
[xy] Bump version to 0.9.48. (#4135)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoyou1993 authored Dec 6, 2023
1 parent 933bf98 commit 83369a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mage_ai/server/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# Dockerfile depends on it because it runs ./scripts/install_mage.sh and uses
# the last line to determine the version to install.
VERSION = \
'0.9.47'
'0.9.48'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def readme():
name='mage-ai',
# NOTE: when you change this, change the value of VERSION in the following file:
# mage_ai/server/constants.py
version='0.9.47',
version='0.9.48',
author='Mage',
author_email='[email protected]',
description='Mage is a tool for building and deploying data pipelines.',
Expand Down

0 comments on commit 83369a2

Please sign in to comment.