We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f638530 commit feead50Copy full SHA for feead50
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "jactus"
7
-version = "0.1.6"
+version = "0.1.7"
8
description = "JAX implementation of the ACTUS financial contract standard"
9
readme = "README.md"
10
requires-python = ">=3.10,<3.13"
src/jactus/__init__.py
@@ -7,13 +7,13 @@
Basic usage:
>>> import jactus
>>> print(jactus.__version__)
- 0.1.6
+ 0.1.7
11
12
For more information, see the documentation at:
13
https://pedronahum.github.io/JACTUS/
14
"""
15
16
-__version__ = "0.1.6"
+__version__ = "0.1.7"
17
__author__ = "Pedro N. Rodriguez"
18
__license__ = "Apache-2.0"
19
0 commit comments