Skip to content

Commit

Permalink
Bump version: 2.9.3 → 2.10.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
bebyx committed Jul 19, 2023
1 parent b3c1b33 commit b1de6a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.9.3
current_version = 2.10.0.dev0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down Expand Up @@ -34,4 +34,3 @@ test = pytest

[tool:pytest]
addopts = -n auto

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

setup(
name='signal_analog',
version='2.9.3',
version='2.10.0.dev0',
description='A troposphere-like library for managing SignalFx'
+ 'Charts, Dashboards, and Detectors.',
long_description=readme + '\n\n' + history,
Expand Down
2 changes: 1 addition & 1 deletion signal_analog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = """Fernando Freire"""
__email__ = '[email protected]'
__version__ = '2.9.3'
__version__ = '2.10.0.dev0'

logging_config = pkg_resources.resource_string(
__name__, 'logging.yaml').decode('utf-8')
Expand Down

0 comments on commit b1de6a8

Please sign in to comment.