Skip to content

Commit 3efdd57

Browse files
committed
chg: [pybloom] preparing for 2.1 release
1 parent 7db33ec commit 3efdd57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pybloom/pybloom.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@
4545
except ImportError:
4646
raise ImportError('pybloom requires bitarray >= 0.3.4')
4747

48-
__version__ = '2.0'
48+
__version__ = '2.1'
4949
__author__ = "Jay Baird <jay.baird@me.com>, Bob Ippolito <bob@redivi.com>,\
5050
Marius Eriksen <marius@monkey.org>,\
5151
Alex Brasetvik <alex@brasetvik.com>,\
5252
Matt Bachmann <bachmann.matt@gmail.com>,\
53+
Andreas Dewes,\
54+
Alexandre Dulaunoy <a@foo.be>,\
5355
"
5456

5557

0 commit comments

Comments
 (0)