diff --git a/sceptre/__init__.py b/sceptre/__init__.py index 06a234c9d..580aa1b85 100644 --- a/sceptre/__init__.py +++ b/sceptre/__init__.py @@ -5,7 +5,7 @@ __author__ = 'Cloudreach' __email__ = 'sceptre@cloudreach.com' -__version__ = '2.0.3' +__version__ = '2.1.0' # Set up logging to ``/dev/null`` like a library is supposed to. diff --git a/setup.cfg b/setup.cfg index 5d41adc84..1f47398d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.3 +current_version = 2.1.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)|(?P.*) commit = True tag = True