Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MDCHAMP committed Jan 22, 2021
1 parent b60cd46 commit a2ed7fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This call to setup() does all the work
setup(
name="MDOF-toybox",
version="0.0.1",
version="0.0.2",
description="Tooling to generate toy MDOF dynamics data for arbitrary linear and nonlinear systems in python",
long_description=rm,
long_description_content_type="text/markdown",
Expand All @@ -18,7 +18,7 @@
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.4+",
"Programming Language :: Python :: 3.x",
],
packages=['toybox'],
package_dir={'':'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/toybox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''
Init.py
'''
__version__ = '0.0.1'
__version__ = '0.0.2'

from toybox.premade import *
import toybox.integrators as integrators
Expand Down

0 comments on commit a2ed7fd

Please sign in to comment.