Skip to content

Commit bc8826e

Browse files
committed
name toolbox pvtoolbox
1 parent d721206 commit bc8826e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/VibrationToolbox-0.5b2.tar.gz

15.4 KB
Binary file not shown.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
def read(fname):
1515
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1616

17-
setup(name='VibrationToolbox',
18-
version='0.5b2',
17+
setup(name='pvtoolbox',
18+
version='0.5b3',
1919
description='Educational code illustrating fundamentals of vibration for mechanical engineers.',
2020
author='Joseph C. Slater and Raphael Timbo',
2121
author_email='[email protected]',
2222
url='https://github.com/vibrationtoolbox/pvtoolbox',
23-
download_url='https://github.com/vibrationtoolbox/pvtoolbox/archive/0.5b2.tar.gz',
23+
download_url='https://github.com/vibrationtoolbox/pvtoolbox/archive/0.5b3.tar.gz',
2424
packages=['vtoolbox'],
2525
long_description = read('readme.rst'),
2626
keywords=['vibration','mechanical engineering'],

0 commit comments

Comments
 (0)