changeset 221:a50c95abd36f

one more time
author Jeff Hammel <k0scist@gmail.com>
date Mon, 14 Dec 2015 13:38:04 -0800
parents 221bb5cea60d
children d07bd979592b
files MANIFEST.in setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Mon Dec 14 13:34:59 2015 -0800
+++ b/MANIFEST.in	Mon Dec 14 13:38:04 2015 -0800
@@ -1,4 +1,4 @@
 recursive-include makeitso/python_module *
+recursive-include makeitso/python_package/tests *
 recursive-include makeitso/python_package *
-recursive-include makeitso/python_package/tests *
 recursive-exclude * *.pyc *.pyo
\ No newline at end of file
--- a/setup.py	Mon Dec 14 13:34:59 2015 -0800
+++ b/setup.py	Mon Dec 14 13:38:04 2015 -0800
@@ -7,7 +7,7 @@
 except IOError:
     description = ''
 
-version = '0.3.9'
+version = '0.3.10'
 
 setup(name='MakeItSo',
       version=version,