Skip to content

Commit 0371889

Browse files
sdv-teamsarahmish
andauthored
Automated Bump Version Candidate (#187)
Co-authored-by: sarahmish <40212131+sarahmish@users.noreply.github.com>
1 parent e97bd3c commit 0371889

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deepecho/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'DataCebo, Inc.'
44
__email__ = 'info@sdv.dev'
5-
__version__ = '0.8.1.dev0'
5+
__version__ = '0.8.1.dev1'
66
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
77

88
from deepecho.demo import load_demo

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ use_parentheses = true
127127
collect_ignore = ['pyproject.toml']
128128

129129
[tool.bumpversion]
130-
current_version = "0.8.1.dev0"
130+
current_version = "0.8.1.dev1"
131131
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
132132
serialize = [
133133
'{major}.{minor}.{patch}.{release}{candidate}',

0 commit comments

Comments
 (0)