Skip to content

Commit 9c9d86b

Browse files
committed
update readme and bump version
1 parent 67f1a30 commit 9c9d86b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

antares-python/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# antares-python
22

3-
[![CI](https://github.com/ANTARES/antares-python/actions/workflows/python-ci.yml/badge.svg)](https://github.com/ANTARES/antares-python/actions/workflows/python-ci.yml)
4-
[![codecov](https://img.shields.io/badge/coverage-80%25-brightgreen)](https://github.com/ANTARES/antares-python)
3+
[![CI](https://github.com/TheSoftwareDesignLab/ANTARES/actions/workflows/python-ci.yml/badge.svg)](https://github.com/TheSoftwareDesignLab/ANTARES/actions/workflows/python-ci.yml)
4+
[![codecov](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/TheSoftwareDesignLab/ANTARES)
55
[![PyPI version](https://img.shields.io/pypi/v/antares-python.svg)](https://pypi.org/project/antares-python/)
66
[![Python version](https://img.shields.io/pypi/pyversions/antares-python)](https://pypi.org/project/antares-python/)
7-
[![License](https://img.shields.io/github/license/ANTARES/antares-python)](LICENSE)
7+
[![License](https://img.shields.io/github/license/TheSoftwareDesignLab/ANTARES)](LICENSE)
88

9-
> Python interface for the [Antares](https://github.com/ANTARES/antares) simulation software
9+
> Python interface for the [Antares](https://github.com/TheSoftwareDesignLab/ANTARES) simulation software
1010
1111
`antares-python` is a facade library that allows Python developers to interact with the Antares simulation engine via HTTP. It provides a clean, user-friendly API for submitting simulations, retrieving results, and managing scenarios — similar to how `pyspark` interfaces with Apache Spark.
1212

antares-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "antares-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python interface for the Antares simulation software"
55
authors = [
66
{ name = "Juan Sebastian Urrea-Lopez", email = "[email protected]" },

0 commit comments

Comments
 (0)