diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 39e2d1cc3..4dc530728 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.2 +current_version = 0.10.0 commit = False tag = False diff --git a/docs/source/conf.py b/docs/source/conf.py index 96c5bb74e..7c5340562 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/dymos/__init__.py b/dymos/__init__.py index 4fcc932d7..fc4a16d77 100644 --- a/dymos/__init__.py +++ b/dymos/__init__.py @@ -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 diff --git a/setup.py b/setup.py index a5cd2c85d..7340a7192 100644 --- a/setup.py +++ b/setup.py @@ -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=[