diff --git a/setup.cfg b/setup.cfg index 6fbd167..3b1419f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.1 +current_version = 2.9.3.dev0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 02044ac..ef4fbf1 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( name='signal_analog', - version='2.9.2', + version='2.9.3.dev0', description='A troposphere-like library for managing SignalFx' + 'Charts, Dashboards, and Detectors.', long_description=readme + '\n\n' + history, diff --git a/signal_analog/__init__.py b/signal_analog/__init__.py index b08b932..08581e4 100644 --- a/signal_analog/__init__.py +++ b/signal_analog/__init__.py @@ -9,7 +9,7 @@ __author__ = """Fernando Freire""" __email__ = 'Lst-nike.plus.platform.sharedinfrastructure@nike.com' -__version__ = '2.9.1' +__version__ = '2.9.3.dev0' logging_config = pkg_resources.resource_string( __name__, 'logging.yaml').decode('utf-8')