Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz authored Aug 25, 2021
1 parent 9b0d3df commit 7c3c518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
from setuptools import find_packages

VERSION = '1.0.0'
VERSION = '1.1.1'

NAME = 'bauhaus'

Expand Down Expand Up @@ -57,4 +57,4 @@
packages=find_packages(exclude=['tests', 'tests.*']),
keywords='logic nnf sat constraints encodings',
include_package_data=True
)
)

0 comments on commit 7c3c518

Please sign in to comment.