From d1aa48d48caf8daf3bde2a5b850aa01f0dd5f140 Mon Sep 17 00:00:00 2001 From: Marcus Mellor Date: Mon, 4 Dec 2023 13:03:27 -0600 Subject: [PATCH] Bump version to 1.0.0 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a60208..f52cc79 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ CharLib is an open cell library characterizer originally based on [libretto](https://github.com/snishizawa/libretto). The current version supports timing characterization of combinational and sequential cells. ## Installation -CharLib can be installed from [PyPI](https://test.pypi.org/project/charlib) using pip: +CharLib can be installed from [PyPI](https://pypi.org/project/charlib) using pip: ``` # Install our customized version of PySpice pip install git+https://github.com/infinitymdm/PySpice # Install CharLib -pip install -i https://test.pypi.org/simple --extra-index-url https://pypi.org/simple charlib +pip install charlib ``` Make sure you also have a compatible circuit simulator. [ngspice](https://ngspice.sourceforge.io/) and [xyce](https://xyce.sandia.gov/) are currently supported. diff --git a/pyproject.toml b/pyproject.toml index 8988b49..b7c7bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "charlib" -version = "0.9.4" +version = "1.0.0" description = "An open-source standard cell library characterizer" repository = "https://github.com/stineje/CharLib" authors = [