We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8056819 commit 115352fCopy full SHA for 115352f
CHANGES.rst
@@ -1,4 +1,9 @@
1
2
+0.3 (2012-09-26)
3
+----------------
4
+
5
+- ``iterkeys`` and ``iteritems`` methods.
6
7
0.2 (2012-09-24)
8
----------------
9
setup.py
@@ -3,7 +3,7 @@
setup(
name="DAWG-Python",
- version="0.2",
+ version="0.3",
description="Pure-python reader for DAWGs created by dawgdic C++ library or DAWG Python extension.",
long_description = open('README.rst').read() + open('CHANGES.rst').read(),
author='Mikhail Korobov',
0 commit comments