Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Apr 11, 2024
1 parent 1621ab9 commit bdb77da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepecho/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'DataCebo, Inc.'
__email__ = 'info@sdv.dev'
__version__ = '0.6.0'
__version__ = '0.6.1.dev0'
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

from deepecho.demo import load_demo
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ use_parentheses = true
collect_ignore = ['pyproject.toml']

[tool.bumpversion]
current_version = "0.6.0"
current_version = "0.6.1.dev0"
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
serialize = [
'{major}.{minor}.{patch}.{release}{candidate}',
Expand Down

0 comments on commit bdb77da

Please sign in to comment.