Skip to content

Commit 7c800df

Browse files
committed
Bump version: 0.12.3.dev2 → 0.12.3
1 parent 3f43e53 commit 7c800df

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__ = '[email protected]'
5-
__version__ = '0.12.3.dev2'
5+
__version__ = '0.12.3'
66

77
import sys
88
import warnings

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ namespaces = false
152152
]
153153

154154
[tool.bumpversion]
155-
current_version = "0.12.3.dev2"
155+
current_version = "0.12.3"
156156
commit = true
157157
tag = true
158158
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'

0 commit comments

Comments
 (0)