Skip to content

Commit 06fc5df

Browse files
committed
Bump version: 0.10.1.dev1 → 0.10.1
1 parent c8d807b commit 06fc5df

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.10.1.dev1'
7+
__version__ = '0.10.1'
88

99
import contextlib
1010
import importlib

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ namespaces = false
167167
]
168168

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

0 commit comments

Comments
 (0)