From 52611deb37f324b0f0145199aab4838c0d0de066 Mon Sep 17 00:00:00 2001 From: Fabian Zills Date: Wed, 3 Jan 2024 09:59:35 +0100 Subject: [PATCH] update README, bump version --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f29cd9e..92e164d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [![zincware](https://img.shields.io/badge/Powered%20by-zincware-darkcyan)](https://github.com/zincware) +[![codecov](https://codecov.io/gh/zincware/rdkit2ase/graph/badge.svg?token=Q0VIN03185)](https://codecov.io/gh/zincware/rdkit2ase) +[![PyPI version](https://badge.fury.io/py/rdkit2ase.svg)](https://badge.fury.io/py/rdkit2ase) # rdkit2ase - Interface between the rdkit and ASE package. diff --git a/pyproject.toml b/pyproject.toml index 69266ab..577b350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rdkit2ase" -version = "0.1.1" +version = "0.1.2" description = "interface between rdkit and ASE" authors = ["zincwarecode "] license = "Apache-2.0"