diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5dc30ac..e091055 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.2 +current_version = 0.14.3 commit = True tag = True diff --git a/README.md b/README.md index 62a522b..5fa5e1a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ## ORIGEN Library Manager (OLM) -[![Documentation Status](https://readthedocs.org/projects/scale-olm/badge/?version=v0.14.2)](https://scale-olm.readthedocs.io/en/v0.14.2) +[![Documentation Status](https://readthedocs.org/projects/scale-olm/badge/?version=v0.14.3)](https://scale-olm.readthedocs.io/en/v0.14.3) [![codecov](https://codecov.io/gh/wawiesel/olm/branch/main/graph/badge.svg)](https://codecov.io/gh/wawiesel/olm) -The latest stable version is [v0.14.2](https://scale-olm.readthedocs.io/en/stable). +The latest stable version is [v0.14.3](https://scale-olm.readthedocs.io/en/stable). OLM is a command-line utility that streamlines aspects of using the [SCALE/ORIGEN](https://scale.ornl.gov) library to solve nuclide inventory generation problems. diff --git a/pyproject.toml b/pyproject.toml index d03ed30..db1c340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scale-olm" -version = "0.14.2" +version = "0.14.3" description = "ORIGEN Library Manager: A tool for building and managing ORIGEN reactor data libraries" authors = [ { name = "William Wieselquist", email = "ww5@ornl.gov" }, @@ -21,8 +21,14 @@ dependencies = [ "matplotlib", "scipy", "numpy", + "imohash", + "pygments", "pytest", "pydantic", + "h5py", + "tqdm", + "structlog", + "hypothesis" ] requires-python = ">=3.9"