From 96ab5d3ee1eeab35e9ae1a13960e78ba4c55b76a Mon Sep 17 00:00:00 2001 From: David Corvoysier Date: Fri, 24 May 2024 12:39:23 +0200 Subject: [PATCH] release: version 0.2.0 --- quanto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quanto/__init__.py b/quanto/__init__.py index d7e96e84..15f0af9c 100644 --- a/quanto/__init__.py +++ b/quanto/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.1dev" +__version__ = "0.2.0" from .calibrate import * from .library import *