From 216f2e927e971163e28ec7d7e2bd80552af51db9 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 21 Oct 2024 14:56:59 +0200 Subject: [PATCH] bump to 0.21.1 --- fink_mm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fink_mm/__init__.py b/fink_mm/__init__.py index c9599501..c8e3d570 100644 --- a/fink_mm/__init__.py +++ b/fink_mm/__init__.py @@ -12,6 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.21.0" +__version__ = "0.21.1" __distribution_schema_version__ = "1.3" __observatory_schema_version__ = "1.1"