Skip to content

Commit

Permalink
Bump version to 0.1.6 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorSusmelj authored Feb 2, 2025
1 parent 91965fe commit e5ad552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/setup.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e5ad552

Please sign in to comment.