From 7396e83f35816b1f50a620e98f8f1f57522c825f Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 17 Oct 2017 12:56: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 af04fee..4767f5d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='masque', - version='0.2', + version='0.3', description='Lithography mask library', author='Jan Petykiewicz', author_email='anewusername@gmail.com',