Skip to content

Commit

Permalink
version -> 0.10.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck authored Aug 8, 2018
1 parent 0582235 commit f42170b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.2
current_version = 0.10.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# built documents.
#
# The short X.Y version.
version = u'0.9.2'
version = u'0.10.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion dymos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function, division, absolute_import

__version__ = '0.9.2'
__version__ = '0.10.0'

from .ode_options import ODEOptions, declare_time, declare_state, declare_parameter
from .phases.phase_factory import Phase
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name='dymos',
version='0.9.2',
version='0.10.0',
description='Open-Source Optimization of Dynamic Multidiscplinary Systems',
url='https://github.com/OpenMDAO/dymos',
classifiers=[
Expand Down

0 comments on commit f42170b

Please sign in to comment.