Skip to content

Commit c7ac543

Browse files
committed
bump version
1 parent 3497dab commit c7ac543

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changes
33
=======
44

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+
512
0.7 (2013-10-13)
613
----------------
714

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.7",
6+
version="0.7.1",
77
description="Pure-python reader for DAWGs created by dawgdic C++ library or DAWG Python extension.",
88
long_description = open('README.rst').read() + "\n\n"+ open('CHANGES.rst').read(),
99
author='Mikhail Korobov',

0 commit comments

Comments
 (0)