Skip to content

Commit

Permalink
Updating version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-echeverria committed Nov 22, 2024
1 parent 2c57995 commit b1a31bd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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 = 1.0.0
current_version = 1.0.1

[bumpversion:file:./README.md]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions mlte/frontend/nuxt-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-app",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"build": "nuxi generate",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b1a31bd

Please sign in to comment.