diff --git a/setup.py b/setup.py index 5d321785..f540b225 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ setup( name="pyvene", - version="0.0.1", - description="pyvene: Use Interventions to Learn Model's Causal Mechanisms", + version="0.0.2", + description="Use Activation Intervention to Interpret Causal Mechanism of Model", long_description=long_description, long_description_content_type='text/markdown', url="https://github.com/frankaging/pyvene",