Skip to content

Commit de68529

Browse files
committed
Bump version: 0.11.1.dev1 → 0.11.1
1 parent 74f3474 commit de68529

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

99
import contextlib
1010
import importlib

pyproject.toml

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

151151
[tool.bumpversion]
152-
current_version = "0.11.1.dev1"
152+
current_version = "0.11.1"
153153
commit = true
154154
tag = true
155155
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'

0 commit comments

Comments
 (0)