Skip to content

Commit a456557

Browse files
committed
preparing for new release
1 parent f0ab1ee commit a456557

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sparsediffpy"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Python bindings for SparseDiffEngine automatic differentiation"
99
requires-python = ">=3.11"
1010
dependencies = ["numpy >= 2.0.0"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def finalize_options(self) -> None:
6161
"-std=c99",
6262
"-Wall",
6363
not_on_windows("-Wextra"),
64-
'-DDIFF_ENGINE_VERSION="0.1.0"',
64+
'-DDIFF_ENGINE_VERSION="0.1.3"',
6565
],
6666
extra_link_args=["-lm"] if platform.system().lower() != "windows" else [],
6767
)

0 commit comments

Comments
 (0)