updated version to 1.0.2

This commit is contained in:
sankalp_j 2019-02-12 17:37:48 +05:30
parent f9c0410319
commit 36ec5cbb13
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1,5 @@
build/*
dist/*
timeloop.egg-info/*
*.pyc
*.mypy*

View file

@ -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.',