diff --git a/.gitignore b/.gitignore index 07483ac..f355a04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,13 @@ build dist MANIFEST +LICENSE.txt __pycache__/ _stuff/ _test/ *.bak *.pyc *.c -.session.vim \ No newline at end of file +.session.vim +_tools/ +freeplane_io.egg-info/ diff --git a/setup.py b/setup.py index 510108c..995ce7a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # do the settings for PyPi setup( name='freeplane-io', - version='0.1.1', + version='0.5.2', py_modules=['freeplane'], author='nnako', author_email='nnako@web.de',