Skip to content

Commit feead50

Browse files
committed
chore: bump version to 0.1.7
1 parent f638530 commit feead50

2 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 = "jactus"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "JAX implementation of the ACTUS financial contract standard"
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.13"

src/jactus/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
Basic usage:
88
>>> import jactus
99
>>> print(jactus.__version__)
10-
0.1.6
10+
0.1.7
1111
1212
For more information, see the documentation at:
1313
https://pedronahum.github.io/JACTUS/
1414
"""
1515

16-
__version__ = "0.1.6"
16+
__version__ = "0.1.7"
1717
__author__ = "Pedro N. Rodriguez"
1818
__license__ = "Apache-2.0"
1919

0 commit comments

Comments
 (0)