From f4cf4dd2559152aafb5f54f5e9619d54c4496568 Mon Sep 17 00:00:00 2001 From: IgorSusmelj Date: Sun, 15 Sep 2024 00:03:48 +0200 Subject: [PATCH] Bump version to 0.1.3 --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 299d6fb..9634121 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -3,7 +3,7 @@ setup( name="rustynum", - version="0.1.2", + version="0.1.3", description="Python wrapper for the RustyNum library bindings", author="IgorSusmelj", author_email="isusmelj@gmail.com",