File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ 0.1.1 (2013-10-03)
7
+ ++++++++++++++++++
8
+
9
+ * Added MANIFEST.in
10
+
6
11
0.1.0 (2013-10-02)
7
12
++++++++++++++++++
8
13
Original file line number Diff line number Diff line change
1
+ include HISTORY.rst README.rst LICENSE requirements.txt tests/maxminddb_test.py
2
+ graft docs/html
Original file line number Diff line number Diff line change 15
15
import sys
16
16
import os
17
17
18
- __version__ = '0.1.0 '
18
+ __version__ = '0.1.1 '
19
19
20
20
# If extensions (or modules to document with autodoc) are in another directory,
21
21
# add these directories to sys.path here. If the directory is relative to the
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'maxminddb' ,
17
- version = '0.1.0 ' ,
17
+ version = '0.1.1 ' ,
18
18
description = 'Python extension for reading the MaxMind DB format' ,
19
19
ext_modules = [module ],
20
20
long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments