Skip to content

Commit bcdff76

Browse files
sdv-teamrwedge
andauthored
Automated Bump Version Candidate (#506)
Co-authored-by: rwedge <5392142+rwedge@users.noreply.github.com>
1 parent cbdfaa1 commit bcdff76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

copulas/__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.13.1.dev0'
5+
__version__ = '0.13.1.dev1'
66

77
import sys
88
import warnings

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ namespaces = false
154154
]
155155

156156
[tool.bumpversion]
157-
current_version = "0.13.1.dev0"
157+
current_version = "0.13.1.dev1"
158158
commit = true
159159
tag = true
160160
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'

0 commit comments

Comments
 (0)