Skip to content

Commit

Permalink
update gitignore and set correct package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnako committed Sep 29, 2022
1 parent e189c6c commit 4c7c403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
build
dist
MANIFEST
LICENSE.txt
__pycache__/
_stuff/
_test/
*.bak
*.pyc
*.c
.session.vim
.session.vim
_tools/
freeplane_io.egg-info/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 4c7c403

Please sign in to comment.