Skip to content

Commit 2b0df88

Browse files
committed
Bump version: 0.3.3.dev1 → 0.3.3
1 parent 7b6c797 commit 2b0df88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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__ = 'MIT Data To AI Lab'
66
__email__ = 'dailabmit@gmail.com',
7-
__version__ = '0.3.3.dev1'
7+
__version__ = '0.3.3'
88

99
import contextlib
1010
import importlib

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3.dev1
2+
current_version = 0.3.3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@
109109
test_suite='tests',
110110
tests_require=tests_require,
111111
url='https://github.com/sdv-dev/Copulas',
112-
version='0.3.3.dev1',
112+
version='0.3.3',
113113
zip_safe=False,
114114
)

0 commit comments

Comments
 (0)