Skip to content

Commit

Permalink
Merge bump and first build pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
par2 committed Nov 28, 2015
1 parent 8cf7470 commit 5ffaf73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lamana/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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'],
Expand Down

0 comments on commit 5ffaf73

Please sign in to comment.