Skip to content

Commit fedb395

Browse files
committed
bump version
1 parent 0a6057b commit fedb395

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jax_dataloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"
22

33

44
from .core import *

settings.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = jax-dataloader
33
lib_name = jax-dataloader
4-
version = 0.1.2
4+
version = 0.1.3
55
min_python = 3.8
66
license = apache2
77
doc_path = _docs
@@ -37,4 +37,6 @@ allowed_cell_metadata_keys =
3737
jupyter_hooks = True
3838
clean_ids = True
3939
clear_all = False
40+
cell_number = True
41+
skip_procs =
4042

0 commit comments

Comments
 (0)