Skip to content

Commit aeffcac

Browse files
committed
Bump version: 0.11.0.dev1 → 0.11.0
1 parent 8ecaf43 commit aeffcac

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

99
import contextlib
1010
import importlib

pyproject.toml

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

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

0 commit comments

Comments
 (0)