From 07df98cd42ae18650ed6086256bcd6f77d067575 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 17 Oct 2017 12:57:06 -0700 Subject: [PATCH] bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c55a8a1..5f8374a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='float_raster', - version='0.3', + version='0.4', description='High-precision anti-aliasing polygon rasterizer', author='Jan Petykiewicz', author_email='anewusername@gmail.com',