updated version to 1.0.2
This commit is contained in:
parent
f9c0410319
commit
36ec5cbb13
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,5 @@
|
|||
build/*
|
||||
dist/*
|
||||
timeloop.egg-info/*
|
||||
*.pyc
|
||||
*.mypy*
|
2
setup.py
2
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.',
|
||||
|
|
Loading…
Reference in a new issue