From fe78413d73f5790a41bff578d0c987db309357dc Mon Sep 17 00:00:00 2001 From: Daniele Date: Tue, 11 Apr 2023 16:45:24 +0200 Subject: [PATCH] release0_1 (#81) --- src/SOAPify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SOAPify/__init__.py b/src/SOAPify/__init__.py index 380cc26..61b8972 100644 --- a/src/SOAPify/__init__.py +++ b/src/SOAPify/__init__.py @@ -13,4 +13,4 @@ from .engine import * from .analysis import * -__version__ = "v0.1.0rc0" +__version__ = "v0.1.0"