diff --git a/.gitignore b/.gitignore index 7bbc71c..1608336 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,6 @@ ENV/ # mypy .mypy_cache/ + +# sublime text +/le.sublime-workspace diff --git a/le.sublime-project b/le.sublime-project new file mode 100644 index 0000000..3706978 --- /dev/null +++ b/le.sublime-project @@ -0,0 +1,18 @@ +{ + "folders": + [ + { + "file_exclude_patterns": + [ + ".coverage" + ], + "folder_exclude_patterns": + [ + ".mypy_cache", + "__pycache__", + "le.egg-info" + ], + "path": "." + } + ] +} diff --git a/setup.cfg b/setup.cfg index f6ecb5b..969b0ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = le -version = 1.0.0 +version = 1.0.1 url = https://github.com/cganterh/le author = Cristóbal Ganter author_email = cganterh@gmail.com