Skip to content

Commit 17383f5

Browse files
authored
Merge pull request #27 from pynapple-org/dev
bumping ver
2 parents 5e30a18 + bf13f88 commit 17383f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

66
[project]
77
name = "pynajax"
8-
version = "0.1.3"
8+
version = "0.2.0"
99
authors = [{name = "pynajax authors"}]
1010
description = "A JAX backend for pynapple."
1111
readme = "README.md"

src/pynajax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.2.0"
22
# from .jax_core_bin_average import bin_average
33
# from .jax_core_convolve import convolve

0 commit comments

Comments
 (0)