Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitymdm committed Dec 4, 2023
1 parent 9474d56 commit d1aa48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit d1aa48d

Please sign in to comment.