Skip to content

Commit 4e32275

Browse files
committed
Bump version: 0.11.0.dev0 → 0.11.0.dev1
1 parent a2512d2 commit 4e32275

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
@@ -4,7 +4,7 @@
44

55
__author__ = 'DataCebo, Inc.'
66
__email__ = '[email protected]'
7-
__version__ = '0.11.0.dev0'
7+
__version__ = '0.11.0.dev1'
88

99
import contextlib
1010
import importlib

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ namespaces = false
176176
]
177177

178178
[tool.bumpversion]
179-
current_version = "0.11.0.dev0"
179+
current_version = "0.11.0.dev1"
180180
commit = true
181181
tag = true
182182
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'

0 commit comments

Comments
 (0)