Skip to content

Commit

Permalink
Bump version number to 0.63.7 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Apr 9, 2024
1 parent f0591c3 commit 6c402b0
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.6",
version="0.63.7",
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 6c402b0

Please sign in to comment.