We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30c231 commit 9a1b5acCopy full SHA for 9a1b5ac
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='pandas_llm', # should match the package folder
9
- version='0.0.2', # important for updates
+ version='0.0.3', # important for updates
10
license='MIT', # should match your chosen license
11
description='Conversational Pandas Dataframes',
12
long_description=long_description, # loads your README.md
0 commit comments