From b1a31bdb05bef3cd66e0256c090cfe24c646b6fd Mon Sep 17 00:00:00 2001 From: Sebastian Echeverria Date: Fri, 22 Nov 2024 11:42:26 -0500 Subject: [PATCH] Updating version to 1.0.1 --- .bumpversion.cfg | 2 +- README.md | 2 +- docs/docs/index.md | 2 +- mlte/frontend/nuxt-app/package.json | 4 ++-- pyproject.toml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0265a881..26b5a863 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 [bumpversion:file:./README.md] diff --git a/README.md b/README.md index efea13d8..0ded38d7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ `mlte` (pronounced "melt") is a framework and infrastructure for machine learning evaluation. -![Version Badge](https://img.shields.io/badge/release-v1.0.0-e19b38) +![Version Badge](https://img.shields.io/badge/release-v1.0.1-e19b38) [![Code Style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Tests](https://github.com/turingcompl33t/mlte/actions/workflows/ci.yaml/badge.svg)](https://github.com/turingcompl33t/mlte/actions/workflows/ci.yaml) [![Documentation Status](https://readthedocs.org/projects/mlte/badge/?version=latest)](https://mlte.readthedocs.io/en/latest/?badge=latest) diff --git a/docs/docs/index.md b/docs/docs/index.md index 538b5e3b..2ac187ac 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -44,7 +44,7 @@ If results are not satisfactory, more negotiation is required to determine if re ## MLTE Metadata -- Version: 1.0.0 +- Version: 1.0.1 - Contact Email: mlte dot team dot info at gmail dot com - Citations: While not required, it is highly encouraged and greatly appreciated if you cite our paper when you use `MLTE` for academic research. diff --git a/mlte/frontend/nuxt-app/package.json b/mlte/frontend/nuxt-app/package.json index 4e632634..d9f08ac3 100644 --- a/mlte/frontend/nuxt-app/package.json +++ b/mlte/frontend/nuxt-app/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-app", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "build": "nuxi generate", @@ -12,7 +12,7 @@ }, "devDependencies": { "@types/node": "^18", - "@uswds/compile": "^1.0.0", + "@uswds/compile": "^1.0.1", "eslint": "^8.45.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.27.5", diff --git a/pyproject.toml b/pyproject.toml index 693679f3..a08b653b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core>=1.0.1"] build-backend = "poetry.core.masonry.api" [tool.poetry] name = "mlte-python" -version = "1.0.0" +version = "1.0.1" description = "An infrastructure for machine learning test and evaluation." authors = ["MLTE Engineers"] readme = "README.md"