Skip to content

Commit

Permalink
some tweaks to the python library add convert as method on unit object
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Dec 21, 2024
1 parent b8bf817 commit 91b26d5
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()
project(
${UNITS_CMAKE_PROJECT_NAME}
LANGUAGES C CXX
VERSION 0.10.0
VERSION 0.10.1
)
include(CMakeDependentOption)
include(CTest)
Expand Down
18 changes: 14 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build-backend = "scikit_build_core.build"

[project]
name = "units_llnl"
version = "0.10.0.post1"
description = "Python bindings for the llnl units library"
readme = "README.md"
version = "0.10.1"
description = "Python bindings for the LLNL units library"
readme = "python/README.md"
requires-python = ">=3.10"
license = {text="BSD-3-Clause"}
license-files = [
Expand All @@ -19,8 +19,18 @@ authors = [
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Development Status :: 4 - Beta",
]
keywords = [
"units",
"measurement",
"power systems",
"co-simulation",
"commodities",
"science",
"python",
]

[project.urls]
Homepage = "https://github.com/llnl/units"
Documentation = "https://units.readthedocs.io/en/latest/"
Expand Down
Loading

0 comments on commit 91b26d5

Please sign in to comment.