Skip to content

Commit c4113cd

Browse files
committed
Bump version: 0.13.0 → 0.13.1.dev0
1 parent e8e7692 commit c4113cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0'
5+
__version__ = '0.13.1.dev0'
66

77
import sys
88
import warnings

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ namespaces = false
150150
]
151151

152152
[tool.bumpversion]
153-
current_version = "0.13.0"
153+
current_version = "0.13.1.dev0"
154154
commit = true
155155
tag = true
156156
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'

0 commit comments

Comments
 (0)