Skip to content

Commit

Permalink
but for an explicit list of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcslater committed Nov 7, 2016
1 parent 70deec0 commit 7de83a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added dist/vibration-toolbox-0.5b5.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -15,12 +15,12 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='vibration-toolbox',
version='0.5b5',
version='0.5b6',
description='Educational code illustrating fundamentals of vibration for mechanical engineers.',
author='Joseph C. Slater and Raphael Timbo',
author_email='joseph.c.slater@gmail.com',
url='https://github.com/vibrationtoolbox/vibration-toolbox',
download_url='https://github.com/vibrationtoolbox/vibration-toolbox/archive/0.5b5.tar.gz',
download_url='https://github.com/vibrationtoolbox/vibration-toolbox/archive/0.5b6.tar.gz',
packages=['vibration-toolbox'],
long_description = read('readme.rst'),
keywords=['vibration','mechanical engineering'],
Expand Down

0 comments on commit 7de83a3

Please sign in to comment.