Skip to content

Commit dcb9b0d

Browse files
authoredFeb 16, 2024··
[xy] Bump version to 0.9.64 (#4589)
1 parent 0b48693 commit dcb9b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎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.63'
15+
'0.9.64'

‎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.63',
21+
version='0.9.64',
2222
author='Mage',
2323
author_email='eng@mage.ai',
2424
description='Mage is a tool for building and deploying data pipelines.',

0 commit comments

Comments
 (0)
Please sign in to comment.