Skip to content

Commit 115352f

Browse files
committed
bump version
1 parent 8056819 commit 115352f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.3 (2012-09-26)
3+
----------------
4+
5+
- ``iterkeys`` and ``iteritems`` methods.
6+
27
0.2 (2012-09-24)
38
----------------
49

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="DAWG-Python",
6-
version="0.2",
6+
version="0.3",
77
description="Pure-python reader for DAWGs created by dawgdic C++ library or DAWG Python extension.",
88
long_description = open('README.rst').read() + open('CHANGES.rst').read(),
99
author='Mikhail Korobov',

0 commit comments

Comments
 (0)