Skip to content

Commit 8e575d5

Browse files
authored
docs: make version prerelease and update README (#83)
* docs: make version prerelease and update README * docs: update README * docs: update README
1 parent a9829f7 commit 8e575d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/mlipbot/e7c79b17c0a9d47bc826100ef880a16f/raw/pytest-coverage-comment.json)
77
[![Tests and Linters 🧪](https://github.com/instadeepai/mlipaudit-open/actions/workflows/tests_and_linters.yaml/badge.svg?branch=main)](https://github.com/instadeepai/mlipaudit-open/actions/workflows/tests_and_linters.yaml)
88

9+
## ⚠️ Disclaimer
10+
11+
This repository is currently in pre-release mode. Official release of v0.1.0 will be
12+
communicated soon.
13+
914
## 👀 Overview
1015

1116
**MLIPAudit** is a Python library and app for benchmarking and

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mlipaudit"
3-
version = "0.1.0"
3+
version = "0.0.1a0"
44
description = "Library and CLI tool for benchmarking ML Interatomic Potentials"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)