Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.2
current_version = 0.14.3
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand All @@ -21,8 +21,14 @@ dependencies = [
"matplotlib",
"scipy",
"numpy",
"imohash",
"pygments",
"pytest",
"pydantic",
"h5py",
"tqdm",
"structlog",
"hypothesis"
]
requires-python = ">=3.9"

Expand Down