Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BirkhoffG committed Oct 18, 2024
1 parent 0a6057b commit fedb395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jax_dataloader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.1.3"


from .core import *
Expand Down
4 changes: 3 additions & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = jax-dataloader
lib_name = jax-dataloader
version = 0.1.2
version = 0.1.3
min_python = 3.8
license = apache2
doc_path = _docs
Expand Down Expand Up @@ -37,4 +37,6 @@ allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
cell_number = True
skip_procs =

0 comments on commit fedb395

Please sign in to comment.