diff --git a/setup.py b/setup.py index 408a124..a8cdf1d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup( name = 'p_tqdm', packages = ['p_tqdm'], - version = '0.1', + version = '0.2', description = 'Parallel processing with progress bars', author = 'Kyle Swanson', author_email = 'swansonk.14@gmail.com',