Skip to content

Commit 477f629

Browse files
committed
Ensure that Expression is available in top level boolean module
1 parent ba7c143 commit 477f629

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

boolean/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
from __future__ import absolute_import
1414

1515
from boolean.boolean import BooleanAlgebra
16+
17+
from boolean.boolean import Expression
1618
from boolean.boolean import Symbol
1719

1820
from boolean.boolean import AND

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='boolean.py',
30-
version='3.0.dev1',
30+
version='3.0.dev2',
3131
license='revised BSD license',
3232
description='Define boolean algebras, create and parse boolean expressions and create custom boolean DSL.',
3333
long_description=long_desc,

0 commit comments

Comments
 (0)