From: Bill Zorn Date: Tue, 21 Aug 2018 01:19:26 +0000 (-0700) Subject: bump version X-Git-Url: https://git.libre-soc.org/?p=sfpy.git;a=commitdiff_plain;h=5cd4b8cd0b7d630dda9c7f5a1f52e85d5eb5a584;hp=ecbe7536d83d781a18fc332e7f8319c964a90167 bump version --- diff --git a/setup.py b/setup.py index 01a790b..efaf9df 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ float_ext = setuptools.Extension( setuptools.setup( name='sfpy', - version='0.3.0', + version='0.4.0', author='Bill Zorn', author_email='bill.zorn@gmail.com', url='https://github.com/billzorn/sfpy',