We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e30a18 + bf13f88 commit 17383f5Copy full SHA for 17383f5
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
6
[project]
7
name = "pynajax"
8
-version = "0.1.3"
+version = "0.2.0"
9
authors = [{name = "pynajax authors"}]
10
description = "A JAX backend for pynapple."
11
readme = "README.md"
src/pynajax/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.1.3"
+__version__ = "0.2.0"
2
# from .jax_core_bin_average import bin_average
3
# from .jax_core_convolve import convolve
0 commit comments