Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MDCHAMP committed Feb 8, 2021
1 parent b3f0d33 commit d7faab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.4",
version="0.0.5",
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 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.4'
__version__ = '0.0.5'

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

0 comments on commit d7faab2

Please sign in to comment.