Skip to content

Commit 75142d9

Browse files
committed
Version bump.
1 parent e2d554d commit 75142d9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,21 @@ Complete documentation can be found at [readthedocs](https://python-nnf.readthed
5353

5454
# Installing
5555

56+
At least Python 3.4 is required.
57+
58+
## Recommended
59+
60+
Install with support for a variety of SAT solvers.
61+
5662
```sh
57-
pip install nnf
63+
pip install nnf[pysat]
5864
```
5965

60-
At least Python 3.4 is required.
66+
## Vanilla
67+
68+
```sh
69+
pip install nnf
70+
```
6171

6272
# Serialization
6373

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="nnf",
8-
version='0.2.1',
8+
version='0.3.0',
99
author="Jan Verbeek, Christian Muise",
1010
author_email="jan.verbeek@posteo.nl; christian.muise@queensu.ca",
1111
description="Manipulate NNF (Negation Normal Form) logical sentences",

0 commit comments

Comments
 (0)