From 6668b1844220467c74d8500174d3670faaaa0b67 Mon Sep 17 00:00:00 2001 From: Zen Date: Mon, 8 Apr 2024 15:23:26 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d5929af..25937cca 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pyvene", - version="0.1.0", + version="0.1.1", description="Use Activation Intervention to Interpret Causal Mechanism of Model", long_description=long_description, long_description_content_type='text/markdown',