diff --git a/.gitignore b/.gitignore index 2036019..94e9270 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +build/* +dist/* +timeloop.egg-info/* *.pyc -*.mypy* \ No newline at end of file +*.mypy* diff --git a/setup.py b/setup.py index e3cc372..2d62cb2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: setup( name='timeloop', - version='1.0.1', + version='1.0.2', packages=['timeloop'], license = 'MIT', description = 'An elegant way to run period tasks.',