From be888a379a2e985b839d16c3da266d3748532fd8 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 15 Nov 2024 11:42:10 +0100 Subject: [PATCH] bumpb version --- pypk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypk/__init__.py b/pypk/__init__.py index 873ccbb..38e750a 100644 --- a/pypk/__init__.py +++ b/pypk/__init__.py @@ -15,6 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.0.0' +__version__ = '1.1.0' from .api_core import init_pypk -- GitLab