Skip to content

Commit

Permalink
Bump version: 0.10.1.dev0 → 0.10.1.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Mar 13, 2024
1 parent a93669c commit cf8b0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion copulas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

import contextlib
import importlib
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ namespaces = false
]

[tool.bumpversion]
current_version = "0.10.1.dev0"
current_version = "0.10.1.dev1"
commit = true
tag = true
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
Expand Down

0 comments on commit cf8b0c4

Please sign in to comment.