Skip to content

Commit

Permalink
Update version to 0.63.3 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Apr 1, 2024
1 parent fb73ce7 commit 2d6877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def package_files(directory):
name="defog",
packages=find_packages(),
package_data={"defog": ["gcp/*", "aws/*"] + next_static_files},
version="0.63.2",
version="0.63.3",
description="Defog is a Python library that helps you generate data queries from natural language questions.",
author="Full Stack Data Pte. Ltd.",
license="MIT",
Expand Down

0 comments on commit 2d6877f

Please sign in to comment.