From e5ad5522be734152b23cc9196c0f1451c608c689 Mon Sep 17 00:00:00 2001 From: Igor Susmelj Date: Mon, 3 Feb 2025 00:20:14 +0100 Subject: [PATCH] Bump version to 0.1.6 (#22) --- bindings/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index f80212e..ec0d8c2 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -1,9 +1,9 @@ -from setuptools import setup, find_packages +from setuptools import find_packages, setup from setuptools_rust import Binding, RustExtension setup( name="rustynum", - version="0.1.5", + version="0.1.6", description="Python wrapper for the RustyNum library bindings", author="IgorSusmelj", author_email="isusmelj@gmail.com",