Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Sep 16, 2020
1 parent e2d554d commit 75142d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,21 @@ Complete documentation can be found at [readthedocs](https://python-nnf.readthed

# Installing

At least Python 3.4 is required.

## Recommended

Install with support for a variety of SAT solvers.

```sh
pip install nnf
pip install nnf[pysat]
```

At least Python 3.4 is required.
## Vanilla

```sh
pip install nnf
```

# Serialization

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="nnf",
version='0.2.1',
version='0.3.0',
author="Jan Verbeek, Christian Muise",
author_email="[email protected]; [email protected]",
description="Manipulate NNF (Negation Normal Form) logical sentences",
Expand Down

0 comments on commit 75142d9

Please sign in to comment.