From 2c28877188365cb3447f328566d28edfb103fc7d Mon Sep 17 00:00:00 2001 From: Jeff Mo Date: Thu, 25 Apr 2019 21:54:33 +1200 Subject: [PATCH] Version bump - initial proper release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cd2805..45fdb81 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author='Jeff Mo', description='A lazy iterator wrapper with multiprocessing powers!', long_description=(Path(__file__).parent/'README.md').open('r').read(), - version='0.0.6', + version='0.1.0', py_modules=['laziter'], classifiers=[ "Programming Language :: Python :: 3",