Skip to content

Commit b02d127

Browse files
first release
1 parent cbf66b2 commit b02d127

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[![Source Code License](https://img.shields.io/badge/license-MIT-blueviolet)](https://github.com/FilippoAiraldi/casadi-nlp/blob/release/LICENSE)
99
![Python 3.8](https://img.shields.io/badge/python->=3.8-green.svg)
1010

11-
<!-- [![Tests](https://github.com/FilippoAiraldi/casadi-nlp/actions/workflows/ci.yml/badge.svg)](https://github.com/FilippoAiraldi/casadi-nlp/actions/workflows/ci.yml)
12-
[![Downloads](https://pepy.tech/badge/csnlp)](https://pepy.tech/project/csnlp) -->
11+
<!-- [![Downloads](https://pepy.tech/badge/csnlp)](https://pepy.tech/project/csnlp) -->
12+
[![Tests](https://github.com/FilippoAiraldi/sym-metanet/actions/workflows/ci.yml/badge.svg)](https://github.com/FilippoAiraldi/sym-metanet/actions/workflows/ci.yml)
1313
[![Maintainability](https://api.codeclimate.com/v1/badges/c2725b1b8012a72db289/maintainability)](https://codeclimate.com/github/FilippoAiraldi/sym-metanet/maintainability)
1414
[![Test Coverage](https://api.codeclimate.com/v1/badges/c2725b1b8012a72db289/test_coverage)](https://codeclimate.com/github/FilippoAiraldi/sym-metanet/test_coverage)
1515
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sym_metanet"
7-
version = "0.0.1"
7+
version = "1.0.0"
88
authors = [
99
{ name="Filippo Airaldi", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)