From 7cbbaedcdb6ceea0352bf5be3a0267119810b899 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 19 Apr 2017 23:18:09 -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 3da94ed..4a3441a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='fdfd_tools', - version='0.2', + version='0.3', description='FDFD Electromagnetic simulation tools', author='Jan Petykiewicz', author_email='anewusername@gmail.com',