changeset 222:d07bd979592b

one more time
author Jeff Hammel <k0scist@gmail.com>
date Mon, 14 Dec 2015 13:43:08 -0800
parents a50c95abd36f
children 386745b7264c
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:38:04 2015 -0800
+++ b/MANIFEST.in	Mon Dec 14 13:43:08 2015 -0800
@@ -1,4 +1,4 @@
 recursive-include makeitso/python_module *
 recursive-include makeitso/python_package/tests *
 recursive-include makeitso/python_package *
-recursive-exclude * *.pyc *.pyo
\ No newline at end of file
+recursive-exclude * *.pyc *.pyo tests
\ No newline at end of file
--- a/setup.py	Mon Dec 14 13:38:04 2015 -0800
+++ b/setup.py	Mon Dec 14 13:43:08 2015 -0800
@@ -7,7 +7,7 @@
 except IOError:
     description = ''
 
-version = '0.3.10'
+version = '0.3.11'
 
 setup(name='MakeItSo',
       version=version,