Skip to content

Commit

Permalink
Bump version: 1.13.1.dev1 → 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed May 16, 2024
1 parent e0fbd9f commit c428c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ namespaces = false
version = {attr = 'sdv.__version__'}

[tool.bumpversion]
current_version = "1.13.1.dev1"
current_version = "1.13.1"
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
2 changes: 1 addition & 1 deletion sdv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = 'DataCebo, Inc.'
__email__ = 'info@sdv.dev'
__version__ = '1.13.1.dev1'
__version__ = '1.13.1'


import sys
Expand Down

0 comments on commit c428c2b

Please sign in to comment.