File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 0.1.1 (2013-10-03)
7+ ++++++++++++++++++
8+
9+ * Added MANIFEST.in
10+
6110.1.0 (2013-10-02)
712++++++++++++++++++
813
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 1515import sys
1616import os
1717
18- __version__ = '0.1.0 '
18+ __version__ = '0.1.1 '
1919
2020# If extensions (or modules to document with autodoc) are in another directory,
2121# add these directories to sys.path here. If the directory is relative to the
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = 'maxminddb' ,
17- version = '0.1.0 ' ,
17+ version = '0.1.1 ' ,
1818 description = 'Python extension for reading the MaxMind DB format' ,
1919 ext_modules = [module ],
2020 long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments