Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version to 1.0.1 #540

Merged
merged 1 commit into from
Nov 22, 2024
Merged
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 = 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