diff --git a/.gitignore b/.gitignore index b358f20..5ec3ff0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,12 @@ +.gitignore *.iml *.xml +.DS_Store +.idea/* +.tox/* +build/* +figpager.egg* +*.pyc +*pypirc.txt +resources/* \ No newline at end of file diff --git a/setup.py b/setup.py index cb25531..c6306ef 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): setup( name="figpager", - version="0.30", + version="0.31", author="Eben Pendleton", author_email="4080051+ebenp@users.noreply.github.com", url="https://github.com/ebenp/figpager",