Skip to content

Commit 8cef6e9

Browse files
committed
Bump version: 0.9.1.dev1 → 0.9.1
1 parent 4b84551 commit 8cef6e9

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__ = 'DataCebo, Inc.'
66
__email__ = '[email protected]'
7-
__version__ = '0.9.1.dev1'
7+
__version__ = '0.9.1'
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.9.1.dev1
2+
current_version = 0.9.1
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
@@ -136,6 +136,6 @@
136136
test_suite='tests',
137137
tests_require=tests_require,
138138
url='https://github.com/sdv-dev/Copulas',
139-
version='0.9.1.dev1',
139+
version='0.9.1',
140140
zip_safe=False,
141141
)

0 commit comments

Comments
 (0)