Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Mar 22, 2023
1 parent b50cbaa commit 2cc575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion econpizza/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# set number of cores for XLA
os.environ["XLA_FLAGS"] = f"--xla_force_host_platform_device_count={os.cpu_count()}"

__version__ = '0.4.6'
__version__ = '0.5.0'

jax.config.update("jax_enable_x64", True)

Expand Down

0 comments on commit 2cc575c

Please sign in to comment.