We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3497dab commit c7ac543Copy full SHA for c7ac543
CHANGES.rst
@@ -2,6 +2,13 @@
2
Changes
3
=======
4
5
+0.7.1 (2014-06-05)
6
+------------------
7
+
8
+- Switch to setuptools;
9
+- upload wheel tp pypi;
10
+- check Python 3.4 compatibility.
11
12
0.7 (2013-10-13)
13
----------------
14
setup.py
@@ -3,7 +3,7 @@
setup(
name="DAWG-Python",
- version="0.7",
+ version="0.7.1",
description="Pure-python reader for DAWGs created by dawgdic C++ library or DAWG Python extension.",
long_description = open('README.rst').read() + "\n\n"+ open('CHANGES.rst').read(),
author='Mikhail Korobov',
0 commit comments