From 274ef77b4c8d43826984e3967eaa0d3424fb72cc Mon Sep 17 00:00:00 2001 From: Ralf Gabriels Date: Fri, 9 Feb 2024 15:06:37 +0100 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7019abd..5b59c73 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup from setuptools.extension import Extension -VERSION = "3.12.0" +VERSION = "3.13.0" NAME = "ms2pip" LICENSE = "apache-2.0"