From 5ffaf734963357843ac4a61ee365e9e67dcd13ae Mon Sep 17 00:00:00 2001 From: par2 Date: Sat, 28 Nov 2015 13:48:13 -0500 Subject: [PATCH] Merge bump and first build pass. --- lamana/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lamana/__init__.py b/lamana/__init__.py index a5ae8fd..5089c8f 100644 --- a/lamana/__init__.py +++ b/lamana/__init__.py @@ -1,7 +1,7 @@ # ----------------------------------------------------------------------------- __title__ = 'lamana' -__version__ = '0.4.6' +__version__ = '0.4.7' __author__ = 'P. Robinson II' __license__ = 'BSD3' __copyright__ = 'Copyright 2015 P. Robinson II' diff --git a/setup.py b/setup.py index bc8bea4..3faaabe 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name='lamana', - version='0.4.6', ### edit + version='0.4.7', ### edit description='An extensible Python package for Laminate Analysis.', author='P. Robinson II', author_email='par2.get@gmail.com', url='https://github.com/par2/lamana', # use the URL to the github repo - download_url='https://github.com/par2/lamana/tarball/0.4.6', + download_url='https://github.com/par2/lamana/tarball/0.4.7', packages=['lamana', 'lamana.models', 'lamana.utils', 'lamana.tests', 'lamana.tests.controls_LT', 'lamana.models.tests'], keywords=['laminate analysis', 'visualization'],